fn get_bearer_token(authorization: &str) -> Option<String>
Expand description

Extracts bearer token from authorization header, if any.