pub fn add_access_token_as_authorization_header(
headers: &mut HeaderMap,
token: &str,
) -> Result<(), InvalidHeaderValue>Available on crate feature
api only.Expand description
Add the given access token as an Authorization HTTP header to the given map.