Access_token missing with payload

Ready to post? :mag: First, try searching for your answer.
Hi there,
Am using auth0 Universal login ,after I authenticated when i check the access_token i dont see the payload in it , i just see the header and footer but payload is blank.
Even i added the below code postLogin still i dont see any payload in the access_token.pls advice.

api.accessToken.setCustomClaim(${namespace}custom_claims, custom_claims);

Header
{
“alg”: “dir”,
“enc”: “A256GCM”,
“iss”: “https://teanettest-platform.auth0app.com/”
}

Hey there @ysharat !

You are receiving an opaque token which indicates that you are not passing an audience param during the auth flow. Once you do, claims will be able to be decoded (at jwt.io for example).