Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Network.OAuth2.Experiment.Grants.ClientCredentials
Synopsis
- data ClientCredentialsApplication = ClientCredentialsApplication {
- ccClientId :: ClientId
- ccClientSecret :: ClientSecret
- ccName :: Text
- ccScope :: Set Scope
- ccTokenRequestExtraParams :: Map Text Text
- ccTokenRequestAuthenticationMethod :: ClientAuthenticationMethod
Documentation
data ClientCredentialsApplication Source #
An Application that supports "Client Credentials" flow
Constructors
ClientCredentialsApplication | |
Fields
|