Hello, I need to know the difference between these two dates to know which one I need to close the session when the cookie I save locally to support OFFLINEFIRST expires.
TL;DR
Title: Expiry Differences: providerAccessTokenExpiry vs expire on SesionModel
Message: Hello developers, I need help understanding the difference between providerAccessTokenExpiry and the expire on SesionModel. I want to determine which date I should use to close the session when the locally saved cookie for OFFLINEFIRST support expires. Can anyone provide insight? Thanks!
Solution: The providerAccessTokenExpiry refers to the expiry date of the OAuth provider access token, whereas the expire on SesionModel represents the expiration date of the session. To determine which date to use for closing the session when the locally saved cookie for OFFLINEFIRST support expiresProvider access token is the oauth provider access token
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...