Return a TokenGetter function retrieving a token from the Authorization header of an HTTP request with the specified scheme.
Authorization
Scheme of the token. Defaults to bearer.
bearer
A TokenGetter function.
Return a TokenGetter function retrieving a token from the
Authorization
header of an HTTP request with the specified scheme.