Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadPasswordWithOTP ¶
func RequestJWT ¶
Types ¶
type OIDCProviderInfo ¶ added in v0.1.3
type OIDCProviderInfo struct { Issuer string `json:"issuer"` AuthURL string `json:"authorization_endpoint"` TokenURL string `json:"token_endpoint"` JWKSURL string `json:"jwks_uri"` UserInfoURL string `json:"userinfo_endpoint"` Algorithms []string `json:"id_token_signing_alg_values_supported"` KeySet oidc.KeySet `json:",omitempty"` }
func GetProviderInfo ¶ added in v0.1.3
func GetProviderInfo(providerEndpoint string) (*OIDCProviderInfo, error)
func (*OIDCProviderInfo) VerifyToken ¶ added in v0.1.3
func (provider *OIDCProviderInfo) VerifyToken(aToken string) error
Click to show internal directories.
Click to hide internal directories.