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 2, 2024. It is now read-only.
I'm developing a UWP app and I'm using OneDriveClientExtensions.GetAuthenticatedClientUsingWebAuthenticationBroker to log in. I am able to login successfully and log out as well. Although, let's say I login, the app closes completely and I relaunch the app. Now I no longer have the previous account session to log out. If I try calling "GetAuthenticatedClientUsingWebAuthenticationBroker" again, the "Connecting to service" dialog comes up again to login which is not what I would expect since I have a previous session. I've seen the function "GetSilentlyAuthenticatedMicrosoftAccountClient" but I don't receive a refresh token back from the initial login. Any suggestions for this use case?
The text was updated successfully, but these errors were encountered:
I'm developing a UWP app and I'm using OneDriveClientExtensions.GetAuthenticatedClientUsingWebAuthenticationBroker to log in. I am able to login successfully and log out as well. Although, let's say I login, the app closes completely and I relaunch the app. Now I no longer have the previous account session to log out. If I try calling "GetAuthenticatedClientUsingWebAuthenticationBroker" again, the "Connecting to service" dialog comes up again to login which is not what I would expect since I have a previous session. I've seen the function "GetSilentlyAuthenticatedMicrosoftAccountClient" but I don't receive a refresh token back from the initial login. Any suggestions for this use case?
The text was updated successfully, but these errors were encountered: