Enum oauth2::token_error::TokenErrorCode [] [src]

pub enum TokenErrorCode {
    InvalidRequest,
    InvalidClient,
    InvalidGrant,
    UnauthorizedClient,
    UnsupportedGrantType,
    InvalidScope,
}

Variants

InvalidRequest
InvalidClient
InvalidGrant
UnauthorizedClient
UnsupportedGrantType
InvalidScope

Trait Implementations

Derived Implementations

impl PartialEq for TokenErrorCode
[src]

fn eq(&self, __arg_0: &TokenErrorCode) -> bool

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl Debug for TokenErrorCode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for TokenErrorCode
[src]

impl Clone for TokenErrorCode
[src]

fn clone(&self) -> TokenErrorCode

fn clone_from(&mut self, source: &Self)
1.0.0