Enum ws_auth::oauth2::AuthErrorType
source · pub enum AuthErrorType {
MissingParameter,
MissingParameterClientId,
MissingParameterScope,
MissingParameterRedirectUri,
MissingParameterResponseType,
MissingParameterCodeChallenge,
MaxValue,
}Variants§
MissingParameter
MissingParameterClientId
MissingParameterScope
MissingParameterRedirectUri
MissingParameterResponseType
MissingParameterCodeChallenge
MaxValue
Trait Implementations§
source§impl Clone for AuthErrorType
impl Clone for AuthErrorType
source§fn clone(&self) -> AuthErrorType
fn clone(&self) -> AuthErrorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more