Module upstream_oauth2

Source
Expand description

Repositories to interact with entities related to the upstream OAuth 2.0 providers

Structs§

UpstreamOAuthLinkFilter
Filter parameters for listing upstream OAuth links
UpstreamOAuthProviderFilter
Filter parameters for listing upstream OAuth 2.0 providers
UpstreamOAuthProviderParams
Structure which holds parameters when inserting or updating an upstream OAuth 2.0 provider

Traits§

UpstreamOAuthLinkRepository
An UpstreamOAuthLinkRepository helps interacting with UpstreamOAuthLink with the storage backend
UpstreamOAuthProviderRepository
An UpstreamOAuthProviderRepository helps interacting with UpstreamOAuthProvider saved in the storage backend
UpstreamOAuthSessionRepository
An UpstreamOAuthSessionRepository helps interacting with UpstreamOAuthAuthorizationSession saved in the storage backend