Retrieving a new JWT before the current one expires?

I’ve successfully configured my auth server and Okta Sign-in Widget such that I am able to authenticate and receive a JWT in my app. However, since the JWT has an expiration time, I am wondering how I would subsequently retrieve a new JWT before the current one expires? If you would please let me know or point me to the relevant API documentation, that would be greatly appreciated. Thanks in advance!

Problem solved. Add the token to oktaSignIn.tokenManager.

1 Like

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