Type Alias axum_auth::Rejection

source ·
pub type Rejection = (StatusCode, &'static str);
Expand description

Rejection error used in the AuthBasicCustom and AuthBearerCustom extractors