pub type AuthError = AuthRejection;Expand description
Back-compat alias: the historical single-variant name.
Aliased Type§
pub enum AuthError {
Unauthorized(&'static str),
}Variants§
Authentication failed (missing/invalid token).
pub type AuthError = AuthRejection;Back-compat alias: the historical single-variant name.
pub enum AuthError {
Unauthorized(&'static str),
}Authentication failed (missing/invalid token).