The issued access token.
The expiration time of the access token (Unix epoch, in seconds).
OptionalidID token issued during authentication.
Indicates whether the access token is expired at the time of evaluation.
OptionalrefreshRefresh token issued during authentication, if any.
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.
Tokens available in the current session.
Extends AccessToken with the ID token, refresh token, and a convenience flag indicating whether the access token has expired.