Auth with token

Documentation for Auth with token in the FCU developer guide, covering setup, configuration, workflows, and troubleshooting for Unity projects.

1

If for some reason you are unable to obtain the token using the asset, you can get it in your Figma account settings.

To do this, go to Settings:

2

Open the Security tab.

3

In the Personal access tokens section, click Generate new token.

4

Set a name and expiration date for it.

5

In the Scopes section, enable the following scopes:

  • current_user:read
  • file_content:read
  • file_metadata:read
  • library_assets:read
  • library_content:read
  • team_library_content:read
6

Click Generate token at the bottom of the window.

7

After the token creation window closes, you will see your generated token in the settings window.

8

Then, copy the obtained value and paste it into the Access Token field, then click on the Sign In With Access Token button.

9

After this, authentication will occur based on the entered token, and you will see a message in the console.