Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WellKnownConfig ¶
type WellKnownConfig struct { Issuer string `json:"issuer"` ScopesSupported []string `json:"scopes_supported"` AuthorizationEndpoint string `json:"authorization_endpoint"` TokenEndpoint string `json:"token_endpoint"` JWKSetURI string `json:"jwks_uri"` UserInfoEndpoint string `json:"userinfo_endpoint"` }
func LookupWellKnownConfig ¶
func LookupWellKnownConfig(issuerURL string) (*WellKnownConfig, error)
Click to show internal directories.
Click to hide internal directories.