Struct oauth2::authz_error::AuthzError [] [src]

pub struct AuthzError {
    pub error: AuthzErrorCode,
    pub error_description: Option<String>,
    pub error_uri: Option<String>,
    pub state: Option<String>,
}

Fields

error
error_description
error_uri
state

Methods

impl AuthzError
[src]

fn put_into_query_string(&self, url: &mut Url)

Trait Implementations

Derived Implementations

impl Debug for AuthzError
[src]

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

impl Clone for AuthzError
[src]

fn clone(&self) -> AuthzError

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