Expand description
A module containing the PostgreSQL implementations of the OAuth2-related repositories
Structsยง
- PgOAuth2
Access Token Repository - An implementation of [
OAuth2AccessTokenRepository
] for a PostgreSQL connection - PgOAuth2
Authorization Grant Repository - An implementation of [
OAuth2AuthorizationGrantRepository
] for a PostgreSQL connection - PgOAuth2
Client Repository - An implementation of [
OAuth2ClientRepository
] for a PostgreSQL connection - PgOAuth2
Device Code Grant Repository - An implementation of [
OAuth2DeviceCodeGrantRepository
] for a PostgreSQL connection - PgOAuth2
Refresh Token Repository - An implementation of [
OAuth2RefreshTokenRepository
] for a PostgreSQL connection - PgOAuth2
Session Repository - An implementation of [
OAuth2SessionRepository
] for a PostgreSQL connection