pub fn parse_www_authenticate(header: &str) -> Option<Map<String, Value>>
Parse a WWW-Authenticate header with Bearer-style key/value parameters into a JSON object (serde_json::Map).
WWW-Authenticate
serde_json::Map