pub fn extract_bearer_or_query_token<T>(
request: &Request<T>,
) -> Result<Option<String>, ExtractTokenError>Available on crate feature
api only.Expand description
Extract the access token from the Authorization HTTP header or the query string of the given
request.