Hello,
How can check the access_token attached to http requests when calling a secure API?
I’m getting a 401 Unauthorized error when calling a secure API. As I understand, the AuthHttpInterceptor will attach the token to the request automatically. I wan to inspect the scopes to ensure the appropriate permissions are being applied.
SDK:auth0-angular
Version: 1.8.1
Platform Version: 12.2.10
Thanks in advance!