Sign in

Type: MonoCloudTokens

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.

Extends

Properties

PropertyTypeDescription
accessTokenstringThe issued access token.
accessTokenExpirationnumberThe expiration time of the access token (Unix epoch, in seconds).
idToken?stringID token issued during authentication.
isExpiredbooleanIndicates whether the access token is expired at the time of evaluation.
refreshToken?stringRefresh token issued during authentication, if any.
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.