Enum oxide_auth::code_grant::backend::IssuerError
[−]
[src]
pub enum IssuerError { Invalid(ErrorDescription), Unauthorized(ErrorDescription, String), }
Defines actions for the response to an access token request.
Variants
Invalid(ErrorDescription)
The token did not represent a valid token.
The client did not properly authorize itself.