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

Method GetLoginURL

providers/providers.go:24–24  ·  view source on GitHub ↗
(redirectURI, finalRedirect, nonce string, extraParams url.Values)

Source from the content-addressed store, hash-verified

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
27 GetEmailAddress(ctx context.Context, s *sessions.SessionState) (string, error)

Implementers 1

ProviderDataproviders/provider_data.go

Calls

no outgoing calls