Maintainer | krdlab@gmail.com |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Web.OIDC.Client.Discovery.Provider
Description
- data Provider = Provider {
- configuration :: Configuration
- jwkSet :: [Jwk]
- data Configuration = Configuration {
- issuer :: IssuerLocation
- authorizationEndpoint :: Text
- tokenEndpoint :: Text
- userinfoEndpoint :: Text
- revocationEndpoint :: Text
- jwksUri :: Text
- responseTypesSupported :: [Text]
- subjectTypesSupported :: [Text]
- idTokenSigningAlgValuesSupported :: [Text]
- scopesSupported :: [ScopeValue]
- tokenEndpointAuthMethodsSupported :: [Text]
- claimsSupported :: [Text]
Documentation
An OpenID Provider information
Constructors
Provider | |
Fields
|
data Configuration Source
An OpenID Provider Configuration
Constructors
Configuration | |
Fields
|