Decode JWE's access token

Hey there @kito.hirokazu welcome to the community!

This looks like an opaque access token - If you need to decode it at all, you’ll need to include an audience param when constructing the /authorize request. It depends on how you are initiating authorization, but the audience is typically set when configuring Auth0 - For example AuthorizationParams in auth0-react.

The following FAQs should be of use: