pub fn auth_header(token: &SecretString) -> StringExpand description
The Authorization header value - factored out for unit testing. This is
the ONLY place the token leaves SecretString.
pub fn auth_header(token: &SecretString) -> StringThe Authorization header value - factored out for unit testing. This is
the ONLY place the token leaves SecretString.