Skip to main content
Object Represents the response returned from the generateUserAccessToken mutation. Includes the access token and the scopes that the token grants.

Fields

String
The User Access JWT for API requests.
[ScopeType]
The list of scopes granted to the token.