Oauth Accounts¶
oauth_accounts
¶
SQLAlchemy OAuth account adapter implementation.
Provides database operations for OAuth account management using SQLAlchemy/SQLModel.
Classes¶
SQLAlchemyOAuthAccountAdapter
¶
Bases: OAuthAccountAdapter
SQLAlchemy implementation of OAuthAccountAdapter.