Module mas_storage::oauth2
source · Expand description
Repositories to interact with entities related to the OAuth 2.0 protocol
Structs§
- Parameters used to create a new
DeviceCodeGrant
- Filter parameters for listing OAuth 2.0 sessions
Traits§
- An
OAuth2AccessTokenRepository
helps interacting withAccessToken
saved in the storage backend - An
OAuth2AuthorizationGrantRepository
helps interacting withAuthorizationGrant
saved in the storage backend - An
OAuth2ClientRepository
helps interacting withClient
saved in the storage backend - An
OAuth2DeviceCodeGrantRepository
helps interacting withDeviceCodeGrant
saved in the storage backend. - An
OAuth2RefreshTokenRepository
helps interacting withRefreshToken
saved in the storage backend - An
OAuth2SessionRepository
helps interacting withSession
saved in the storage backend