Access Token
Also called: Bearer Access Token
A credential issued after authentication that authorizes a client to access protected resources or APIs for a limited period.
Explore more about Identity & Security
Related terms
The 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.
Bearer TokenA security token that grants access to protected resources solely by possession, without requiring additional proof of identity.
Refresh TokenA long-lived credential used to request new access tokens without requiring the user to re-authenticate.
OAuth 2.0OAuthAn authorization framework that enables applications to obtain limited access to protected resources without exposing a user's credentials.