Skip to main content

AuthError

Type Alias AuthError 

Source
pub type AuthError = AuthRejection;
Expand description

Back-compat alias: the historical single-variant name.

Aliased Type§

pub enum AuthError {
    Unauthorized(&'static str),
}

Variants§

§

Unauthorized(&'static str)

Authentication failed (missing/invalid token).