Expand description
A module containing the PostgreSQL implementations of the OAuth2-related repositories
Structsยง
- PgOAuth2
Access Token Repository  - An implementation of 
OAuth2AccessTokenRepositoryfor a PostgreSQL connection - PgOAuth2
Authorization Grant Repository  - An implementation of 
OAuth2AuthorizationGrantRepositoryfor a PostgreSQL connection - PgOAuth2
Client Repository  - An implementation of 
OAuth2ClientRepositoryfor a PostgreSQL connection - PgOAuth2
Device Code Grant Repository  - An implementation of 
OAuth2DeviceCodeGrantRepositoryfor a PostgreSQL connection - PgOAuth2
Refresh Token Repository  - An implementation of 
OAuth2RefreshTokenRepositoryfor a PostgreSQL connection - PgOAuth2
Session Repository  - An implementation of 
OAuth2SessionRepositoryfor a PostgreSQL connection