Trait actix_web_httpauth::headers::authorization::Scheme [−][src]
Authentication scheme for Authorization
header.
Required methods
fn parse(header: &HeaderValue) -> Result<Self, ParseError>
[src]
Try to parse the authentication scheme from the Authorization
header.