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?