Validate access token with @okta/okta-angular

How would you validate the issuer and audience of the access token when using the @okta/okta-angular npm package in an Angular application? I know that the library already checks the signature, but is there any integrated functionality to verify the issuer and audience?

In the .net SDK from Okta this functionality is integrated and described here: Validate Access Tokens | Okta Developer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.