BearerToken
A bearer token is an access token that grants its holder the right to access protected resources. In OAuth 2.0 and OpenID Connect, the token is presented to a resource server to prove authorization. The term bearer means that possession of the token confers access, without additional proof of identity.
Transmission and format: Bearer tokens are typically sent in the HTTP Authorization header as "Authorization: Bearer
Lifecycle and scope: Tokens are issued by an authorization server with an associated scope (permissions) and
Security considerations: Always transmit tokens over TLS. Do not log or expose tokens in URLs, browser history,
Standards and usage: Bearer tokens are defined in RFC 6750, which specifies how tokens are presented and