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

Network.OAuth2.Experiment.Grants.AuthorizationCode

Synopsis

Documentation

data AuthorizationCodeApplication Source #

An Application that supports "Authorization code" flow

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

Instances

Instances details
HasAuthorizeRequest AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasPkceAuthorizeRequest AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasRefreshTokenRequest AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasTokenRequest AuthorizationCodeApplication Source #

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

Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasTokenRequestClientAuthenticationMethod AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasOAuth2Key AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

HasUserInfoRequest AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

ToQueryParam (TokenRequest AuthorizationCodeApplication) Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

type ExchangeTokenInfo AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode

data TokenRequest AuthorizationCodeApplication Source # 
Instance details

Defined in Network.OAuth2.Experiment.Grants.AuthorizationCode