Enum oauth2::authz_server::TokenErrorCode
[−]
[src]
pub enum TokenErrorCode {
InvalidRequest,
InvalidClient,
InvalidGrant,
UnauthorizedClient,
UnsupportedGrantType,
InvalidScope,
}Variants
InvalidRequestInvalidClientInvalidGrantUnsupportedGrantTypeInvalidScopeTrait Implementations
impl PartialEq for TokenErrorCode[src]
fn eq(&self, __arg_0: &TokenErrorCode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Debug for TokenErrorCode[src]
impl Copy for TokenErrorCode[src]
impl Clone for TokenErrorCode[src]
fn clone(&self) -> TokenErrorCode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more