Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2Token ¶
type ProviderConfig ¶
type ProviderConfig struct { ClientID string ClientSecret string ProviderURL string PKCE bool Nonce bool AgentCommand []string }
func (ProviderConfig) Authenticate ¶
func (p ProviderConfig) Authenticate(t *OAuth2Token) error
type Result ¶
type Result struct { JWT string Token *oidc.IDToken Claims *TokenClaims }
Click to show internal directories.
Click to hide internal directories.