macro_rules! unauthorized {
    ($($t:tt)*) => { ... };
}
Expand description

Error to indicate that the user’s credentials are missing or nonsensical.