TokenSource describes how to extract tokens from HTTP requests.
If multiple sources are set, the order is the following: header > query > cookie.
cookie
string
Cookie is the name of a cookie.
header
string
Header is the name of a header.
headerAuthScheme
string
HeaderAuthScheme sets an optional auth scheme when Header is set to "Authorization".
If set, this scheme is removed from the token, and all requests not including it are dropped.
query
string
Query is the name of a query parameter.