pub fn parse_authorization(
header_value: &str,
) -> Result<AuthCredential, AuthError>Expand description
Parse an Authorization header value into a structured credential.
pub fn parse_authorization(
header_value: &str,
) -> Result<AuthCredential, AuthError>Parse an Authorization header value into a structured credential.