Simon
November 11, 2018, 9:55pm
1
Previously, a simple call to logout() in the deprecated Xamarin.Auth plugin would clear the login cookie at Auth0.
I’ve read about the clearing by calling the Login lock with a clear flag - but I just wish to log out, not present the login dialog to the user again.
Also could call the logout endpoint, but wonder if there is a more direct way using the Auth0Client instance?
Hi Simon.
I don’t have VS handy to test it, but doesn’t auth0Client.LogoutAsync()
do the job?
Simon
November 12, 2018, 1:43am
3
Oh, how embarrassing. Somehow didn’t come up in all the searches I did or intellisense method listing. I haven’t tested yet, but I highly suspect it will. Thanks
1 Like
system
Closed
December 12, 2018, 1:43am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.