Struct oxide_auth::code_grant::error::AccessTokenError
[−]
[src]
pub struct AccessTokenError { /* fields omitted */ }Represents parameters of an error in an Issuing Error Response
Methods
impl AccessTokenError[src]
fn with<A: AccessTokenErrorExt>(modifier: A) -> AccessTokenError[src]
Construct an AccessTokenError using several parameters applied after one another.
Providing no arguments, (), will produce a generic InvalidRequest error without any
description or error uri which would provide additional information for the client.
Trait Implementations
impl AccessTokenErrorExt for AccessTokenError[src]
fn modify(self, error: &mut AccessTokenError)[src]
Add or set description, uri or the numeric error code.