Trait actix_web_httpauth::headers::www_authenticate::Challenge
source · pub trait Challenge: TryIntoHeaderValue + Debug + Display + Clone + Send + Sync {
// Required method
fn to_bytes(&self) -> Bytes;
}
Expand description
Authentication challenge for WWW-Authenticate
header.
Required Methods§
Object Safety§
This trait is not object safe.