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
In Maui is there a mechanism for persisting the user or token so that it is available between sessions (i.e. so that the user doesn't actually have to log in each time they use my app)? I'm not sure if it's the "account" or the "token" that should be cached. In other words, I'm not sure if it's the "PCA.GetAccountsAsync" or the "PCA.AcquireTokenSilent" that should be pre-populated.
Thanks!
P.S. I just noticed that this is only a problem on Windows. Android appears to do this automatically (by default).
The text was updated successfully, but these errors were encountered:
In Maui is there a mechanism for persisting the user or token so that it is available between sessions (i.e. so that the user doesn't actually have to log in each time they use my app)? I'm not sure if it's the "account" or the "token" that should be cached. In other words, I'm not sure if it's the "PCA.GetAccountsAsync" or the "PCA.AcquireTokenSilent" that should be pre-populated.
Thanks!
P.S. I just noticed that this is only a problem on Windows. Android appears to do this automatically (by default).
The text was updated successfully, but these errors were encountered: