The Xamarin quick start doesn't explain how to store the token and verify it on next app open

The Xamarin quick start tells you how to log in or log out, but it doesn’t explain the suggested workflow for persisting the login.

Considering that you store the access token what is the suggested workflow whenever the app is re-opened?

Do I get the token out of secure storage and verify the expiration date every time the app is launched (considering the user logged in previously). If it’s expired I redirect to login? or?

This link details enough to solve this Best practice for checking if token is revoked in API - Auth0 Community

1 Like

Glad you have figured it out and thanks for sharing it with the rest of community!