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