Expand description
Repositories to interact with entities related to the OAuth 2.0 protocol
Structs§
- OAuth2
Device Code Grant Params - Parameters used to create a new [
DeviceCodeGrant] - OAuth2
Session Filter - Filter parameters for listing OAuth 2.0 sessions
Traits§
- OAuth2
Access Token Repository - An
OAuth2AccessTokenRepositoryhelps interacting with [AccessToken] saved in the storage backend - OAuth2
Authorization Grant Repository - An
OAuth2AuthorizationGrantRepositoryhelps interacting with [AuthorizationGrant] saved in the storage backend - OAuth2
Client Repository - An
OAuth2ClientRepositoryhelps interacting with [Client] saved in the storage backend - OAuth2
Device Code Grant Repository - An
OAuth2DeviceCodeGrantRepositoryhelps interacting with [DeviceCodeGrant] saved in the storage backend. - OAuth2
Refresh Token Repository - An
OAuth2RefreshTokenRepositoryhelps interacting with [RefreshToken] saved in the storage backend - OAuth2
Session Repository - An
OAuth2SessionRepositoryhelps interacting with [Session] saved in the storage backend