It might be possible that your access_token is not a JWT instead it is a string.
You can ask for a JWT token by setting appropriate audience.
Here are some helpful links -
2- [https://auth0.com/docs/tokens]
Hope this helps!
It might be possible that your access_token is not a JWT instead it is a string.
You can ask for a JWT token by setting appropriate audience.
Here are some helpful links -
2- [https://auth0.com/docs/tokens]
Hope this helps!