getTokenSilently() returns a 32 character string, not JWT

Hi kc22033,

Welcome to Auth0 community.

When you initiate the Auth0Client, you need to specify the audience to get the access token in JWT.
The audience should be the API identifier you created in your Auth0 tenant dashboard.

1 Like