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-1.11.0-946f4JmCLwlAaBRE8yd0GB" 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)))) |