hoauth2-1.8.7: Haskell OAuth2 authentication client

Safe HaskellNone
LanguageHaskell2010

Network.OAuth.OAuth2.TokenRequest

Synopsis

Documentation

data Errors Source #

Instances
Eq Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

Methods

(==) :: Errors -> Errors -> Bool #

(/=) :: Errors -> Errors -> Bool #

Show Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

Generic Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

Associated Types

type Rep Errors :: Type -> Type #

Methods

from :: Errors -> Rep Errors x #

to :: Rep Errors x -> Errors #

ToJSON Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

FromJSON Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

type Rep Errors Source # 
Instance details

Defined in Network.OAuth.OAuth2.TokenRequest

type Rep Errors = D1 (MetaData "Errors" "Network.OAuth.OAuth2.TokenRequest" "hoauth2-1.8.7-1CQICJsyZog4wDFv2IQD3n" False) ((C1 (MetaCons "InvalidRequest" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "InvalidClient" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InvalidGrant" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "UnauthorizedClient" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "UnsupportedGrantType" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InvalidScope" PrefixI False) (U1 :: Type -> Type))))