How to get access_token from Auth0 Angular SDK to inspect scopes

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!

By default tokens are not added to any endpoints, you should mention them during application bootstrap