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?