| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.OAuth.OAuth2.TokenRequest
Synopsis
Documentation
Token Error Responses https://tools.ietf.org/html/rfc6749#section-5.2
Constructors
| InvalidRequest | |
| InvalidClient | |
| InvalidGrant | |
| UnauthorizedClient | |
| UnsupportedGrantType | |
| InvalidScope |
Instances
| Eq Errors Source # | |
| Show Errors Source # | |
| Generic Errors Source # | |
| ToJSON Errors Source # | |
Defined in Network.OAuth.OAuth2.TokenRequest | |
| FromJSON Errors Source # | |
| type Rep Errors Source # | |
Defined in Network.OAuth.OAuth2.TokenRequest type Rep Errors = D1 ('MetaData "Errors" "Network.OAuth.OAuth2.TokenRequest" "hoauth2-2.0.0-DY5jodbUcC4AiL00MUihEx" '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)))) | |