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.