> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# GenerateUserAccessTokenResponse

> Represents the response returned from the generateUserAccessToken mutation.

**Object**

Represents the response returned from the generateUserAccessToken mutation.
Includes the access token and the scopes that the token grants.

## Fields

<ResponseField name="token" type="String">
  The User Access JWT for API requests.
</ResponseField>

<ResponseField name="scopes" type="[ScopeType]">
  The list of scopes granted to the token.
</ResponseField>
