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
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Hello, will you consider exposing oauthStore.expiresAt (or at least the oauthStore.tokenExpired() function) via a class member in RxOAuthManager? I know that the class already handles expiration internally, but for a specific purpose of my application, I need the expiration time. Or is there a specific reason why expiresAt should not be exposed by RxOAuthManager?
The text was updated successfully, but these errors were encountered:
Hello, will you consider exposing
oauthStore.expiresAt
(or at least theoauthStore.tokenExpired()
function) via a class member inRxOAuthManager
? I know that the class already handles expiration internally, but for a specific purpose of my application, I need the expiration time. Or is there a specific reason whyexpiresAt
should not be exposed byRxOAuthManager
?The text was updated successfully, but these errors were encountered: