How to use okta-angular methods

I am using this version “@okta/okta-angular”: “^6.3.2”,

but I can’t use following methods

this.oktaAuth.isAuthenticated()
await this.oktaAuth.signInWithRedirect({ originalUri: ‘/’ });
await this.oktaAuth.signOut();

OktaAuthService

I responded in your other thread over here: How to create Signup and test SAML SSO? - #7 by andrea

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