Expand description
Repositories to interact with entities related to the upstream OAuth 2.0 providers
Structs§
- UpstreamO
Auth Link Filter - Filter parameters for listing upstream OAuth links
- UpstreamO
Auth Provider Filter - Filter parameters for listing upstream OAuth 2.0 providers
- UpstreamO
Auth Provider Params - Structure which holds parameters when inserting or updating an upstream OAuth 2.0 provider
Traits§
- UpstreamO
Auth Link Repository - An
UpstreamOAuthLinkRepository
helps interacting withUpstreamOAuthLink
with the storage backend - UpstreamO
Auth Provider Repository - An
UpstreamOAuthProviderRepository
helps interacting withUpstreamOAuthProvider
saved in the storage backend - UpstreamO
Auth Session Repository - An
UpstreamOAuthSessionRepository
helps interacting withUpstreamOAuthAuthorizationSession
saved in the storage backend