MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / Data

Method Data

providers/providers.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// Provider represents an upstream identity provider implementation
22type Provider interface {
23 Data() *ProviderData
24 GetLoginURL(redirectURI, finalRedirect, nonce string, extraParams url.Values) string
25 Redeem(ctx context.Context, redirectURI, code, codeVerifier string) (*sessions.SessionState, error)
26 // Deprecated: Migrate to EnrichSession

Callers 15

NewOAuthProxyFunction · 0.95
TestScopeFunction · 0.95
buildProviderNameFunction · 0.65
backendLogoutMethod · 0.65
doOAuthStartMethod · 0.65
testDigitalOceanProviderFunction · 0.65
testNextcloudProviderFunction · 0.65

Implementers 1

ProviderDataproviders/provider_data.go

Calls

no outgoing calls