Access Token
Noun · Security & Infosec
Definitions
A credential used by a client or service to access protected resources on behalf of a user or itself, often with scoped permissions and limited lifetime. In OAuth-style systems, access tokens are distinct from refresh tokens and session cookies.
In plain English: A credential that lets a system access protected resources.
Example: "The mobile app exchanged the auth code for an access token before calling the API."