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
OAuth2AccessTokenRepository
helps interacting with [AccessToken
] saved in the storage backend - OAuth2
Authorization Grant Repository - An
OAuth2AuthorizationGrantRepository
helps interacting with [AuthorizationGrant
] saved in the storage backend - OAuth2
Client Repository - An
OAuth2ClientRepository
helps interacting with [Client
] saved in the storage backend - OAuth2
Device Code Grant Repository - An
OAuth2DeviceCodeGrantRepository
helps interacting with [DeviceCodeGrant
] saved in the storage backend. - OAuth2
Refresh Token Repository - An
OAuth2RefreshTokenRepository
helps interacting with [RefreshToken
] saved in the storage backend - OAuth2
Session Repository - An
OAuth2SessionRepository
helps interacting with [Session
] saved in the storage backend