Module mas_storage::upstream_oauth2
source · Expand description
Repositories to interact with entities related to the upstream OAuth 2.0 providers
Structs§
- Filter parameters for listing upstream OAuth links
- Filter parameters for listing upstream OAuth 2.0 providers
- Structure which holds parameters when inserting or updating an upstream OAuth 2.0 provider
Traits§
- An
UpstreamOAuthLinkRepository
helps interacting withUpstreamOAuthLink
with the storage backend - An
UpstreamOAuthProviderRepository
helps interacting withUpstreamOAuthProvider
saved in the storage backend - An
UpstreamOAuthSessionRepository
helps interacting withUpstreamOAuthAuthorizationSession
saved in the storage backend