You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to detect when a refresh_token would expire, i.e. the 5 cases outlined here. My understanding is that the expired, expiry_at fields of the Oauth client are all related to the access_token rather than the refresh_token. Is there a way to detect refresh_token expiration using the library?
I'm trying to detect when a
refresh_token
would expire, i.e. the 5 cases outlined here. My understanding is that theexpired
,expiry_at
fields of the Oauth client are all related to theaccess_token
rather than therefresh_token
. Is there a way to detectrefresh_token
expiration using the library?The text was updated successfully, but these errors were encountered: