Bearer token used to authenticate API requests. Include this value in the Authorization: Bearer <token> header.
Number of seconds until the access token expires.
Optionalrefresh_Token that can be exchanged for a new access token once the current one expires. null if the grant type does not issue refresh tokens.
OptionalscopeSpace-separated list of scopes granted to the access token. null if scope was not included in the grant request.
Token type. Always "Bearer".
OptionaluserThe authenticated user associated with this token. null when the token is not tied to a specific user (e.g. client-credentials grants).
A successful OAuth 2.0 token response. Issued by the token endpoint after a completed authorization or device-flow grant.