Module oauth2

Source
Expand description

A module containing the PostgreSQL implementations of the OAuth2-related repositories

Structsยง

PgOAuth2AccessTokenRepository
An implementation of [OAuth2AccessTokenRepository] for a PostgreSQL connection
PgOAuth2AuthorizationGrantRepository
An implementation of [OAuth2AuthorizationGrantRepository] for a PostgreSQL connection
PgOAuth2ClientRepository
An implementation of [OAuth2ClientRepository] for a PostgreSQL connection
PgOAuth2DeviceCodeGrantRepository
An implementation of [OAuth2DeviceCodeGrantRepository] for a PostgreSQL connection
PgOAuth2RefreshTokenRepository
An implementation of [OAuth2RefreshTokenRepository] for a PostgreSQL connection
PgOAuth2SessionRepository
An implementation of [OAuth2SessionRepository] for a PostgreSQL connection