Bearer Token
A security token that grants access to protected resources solely by possession, without requiring additional proof of identity.
Explore more about Identity & Security
Related terms
A credential issued after authentication that authorizes a client to access protected resources or APIs for a limited period.
JSON Web TokenJWTA compact, URL-safe token format used to securely transmit signed or encrypted claims between parties, commonly for authentication, authorization, and identity propagation in web APIs and distributed systems.
OAuth 2.0OAuthAn authorization framework that enables applications to obtain limited access to protected resources without exposing a user's credentials.
AuthenticationThe process of verifying the identity of a user, application, or system before granting access to protected resources or services.
AuthorizationThe process of determining what actions or resources an authenticated user, application, or system is permitted to access.