Sign in

Type: AccessToken

Represents an OAuth 2.0 access token and its associated metadata.

Properties

PropertyTypeDescription
accessTokenstringThe issued access token.
accessTokenExpirationnumberThe expiration time of the access token (Unix epoch, in seconds).
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.