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 withAccessToken
saved in the storage backend - OAuth2
Authorization Grant Repository - An
OAuth2AuthorizationGrantRepository
helps interacting withAuthorizationGrant
saved in the storage backend - OAuth2
Client Repository - An
OAuth2ClientRepository
helps interacting withClient
saved in the storage backend - OAuth2
Device Code Grant Repository - An
OAuth2DeviceCodeGrantRepository
helps interacting withDeviceCodeGrant
saved in the storage backend. - OAuth2
Refresh Token Repository - An
OAuth2RefreshTokenRepository
helps interacting withRefreshToken
saved in the storage backend - OAuth2
Session Repository - An
OAuth2SessionRepository
helps interacting withSession
saved in the storage backend