You token is likely not a JWT because you are not passing your API as the audience in the auth request.
Here is a FAQ that explains it:
Here is our angular example that shows how to include an audience (this should be the identifier of your API that you have registered in the Auth0 dashboard). I would recommend looking over this document as is explains it in detail.