parse_www_authenticate

Function parse_www_authenticate 

Source
pub fn parse_www_authenticate(header: &str) -> Option<Map<String, Value>>
Expand description

Parse a WWW-Authenticate header with Bearer-style key/value parameters into a JSON object (serde_json::Map).