Enum oauth2::authz_error::AuthzErrorCode [] [src]

pub enum AuthzErrorCode {
    InvalidRequest,
    UnauthorizedClient,
    AccessDenied,
    UnsupportedResponseType,
    InvalidScope,
    ServerError,
    TemporarilyUnavailable,
}

Variants

InvalidRequest
UnauthorizedClient
AccessDenied
UnsupportedResponseType
InvalidScope
ServerError
TemporarilyUnavailable

Trait Implementations

Derived Implementations

impl PartialEq for AuthzErrorCode
[src]

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

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

impl Debug for AuthzErrorCode
[src]

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

impl Copy for AuthzErrorCode
[src]

impl Clone for AuthzErrorCode
[src]

fn clone(&self) -> AuthzErrorCode

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