The issued access token.
The expiration time of the access token (Unix epoch, in seconds).
OptionalidThe ID token issued during authentication. Contains identity claims about the authenticated user.
Indicates whether the current access token is expired at the time of evaluation.
OptionalrefreshThe refresh token used to obtain new access tokens without requiring the user to re-authenticate.
OptionalrequestedOptional space-separated list of scopes originally requested during token acquisition.
OptionalresourceOptional resource (audience) that the access token is scoped for.
Space-separated list of scopes granted to the access token.
These represent the effective permissions approved by the authorization server.
Represents the token set associated with the currently authenticated user.
This object extends AccessToken and includes additional tokens issued during authentication, along with convenience metadata used by the SDK to indicate token validity.