Sign in

Type: MonoCloudTokens

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.

Extends

Properties

PropertyTypeDescription
accessTokenstringThe issued access token.
accessTokenExpirationnumberThe expiration time of the access token (Unix epoch, in seconds).
idToken?stringThe ID token issued during authentication. Contains identity claims about the authenticated user.
isExpiredbooleanIndicates whether the current access token is expired at the time of evaluation.
refreshToken?stringThe refresh token used to obtain new access tokens without requiring the user to re-authenticate.
requestedScopes?stringOptional space-separated list of scopes originally requested during token acquisition.
resource?stringOptional resource (audience) that the access token is scoped for.
scopesstringSpace-separated list of scopes granted to the access token. These represent the effective permissions approved by the authorization server.
© 2024 MonoCloud. All rights reserved.