OAuth2
OAuth2 copied to clipboard
Get refresh token expiry date
Hi!
Is it possible to retrieve the expiry date of the refresh token? My issue is that, I would like to avoid trying to get an access token using my refresh token (so go straight to the login screen), if I know for sure that the refresh token is expired anyway.
Thanks
Some servers use the non-standard refresh_token_expires_in field in the response for that; even though it's non standard maybe we can add support for it.