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]

[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]

[src]

Add or set description, uri or the numeric error code.

impl IntoIterator for AccessTokenError
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more