Access Token
An access token is the credential your backend sends with API requests after OAuth authorization.Usage
Include the token in theAuthorization header:
Notes
- Access tokens are returned by the token endpoint.
- Treat tokens as secrets and store them securely.