Trait actix_web_httpauth::headers::www_authenticate::Challenge [−][src]
pub trait Challenge: IntoHeaderValue + Debug + Display + Clone + Send + Sync {
fn to_bytes(&self) -> Bytes;
}
Expand description
Authentication challenge for WWW-Authenticate
header.