Module mas_storage_pg::oauth2
source · Expand description
A module containing the PostgreSQL implementations of the OAuth2-related repositories
Structs§
- An implementation of [
OAuth2AccessTokenRepository
] for a PostgreSQL connection - An implementation of [
OAuth2AuthorizationGrantRepository
] for a PostgreSQL connection - An implementation of [
OAuth2ClientRepository
] for a PostgreSQL connection - An implementation of [
OAuth2DeviceCodeGrantRepository
] for a PostgreSQL connection - An implementation of [
OAuth2RefreshTokenRepository
] for a PostgreSQL connection - An implementation of [
OAuth2SessionRepository
] for a PostgreSQL connection