Enum oxide_auth::code_grant::backend::IssuerError [] [src]

pub enum IssuerError {
    Invalid(ErrorDescription),
    Unauthorized(ErrorDescriptionString),
}

Defines actions for the response to an access token request.

Variants

The token did not represent a valid token.

The client did not properly authorize itself.