Okta Refresh Token Validity Check

Is there a way to check the expiration time / validity of a refresh token without hitting an endpoint?

Hi there @kapple . Unfortunately no. Refresh tokens are opaque tokens unlike the JWTs we use for ID and Access tokens which provide some level of flexibility when it comes to local validation.

2 Likes

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