hoauth2-2.13.1: Haskell OAuth2 authentication client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.OAuth2.Experiment.Grants.ClientCredentials

Synopsis

Documentation

data ClientCredentialsApplication Source #

An Application that supports "Client Credentials" flow

https://www.rfc-editor.org/rfc/rfc6749#section-4.4

Instances

Instances details
HasTokenRequest ClientCredentialsApplication Source #

https://www.rfc-editor.org/rfc/rfc6749#section-4.4.2

Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials

HasTokenRequestClientAuthenticationMethod ClientCredentialsApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials

HasOAuth2Key ClientCredentialsApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials

ToQueryParam (TokenRequest ClientCredentialsApplication) Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials

type ExchangeTokenInfo ClientCredentialsApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials

data TokenRequest ClientCredentialsApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.ClientCredentials