JavaScript SPA SDK, successfully login social connection, token invalid

I am using JavaScript SPA SDK. My application is simple JavaScript. I was successfully logging in and able to get user info. Then I did ```
auth0Client.getTokenSilently();

What I did is for access token. Access tokens aren’t always JWTs. That’s basic and explained in the docs.

[solved] After long journey the solution is create new API and back to beginning
auth0Client.getTokenSilently();

Thanks to error report about aud