Xamarin logout method not present

Hi, I downloaded the Xamarin iOS app example that execute the login.
Anyway I didn’t found the way to perform the logout.
In the class Auth0Client I found the LoginAsync method but no Logout method.

I solved updating the library.

Glad you were able to achieve it eventually. Let us know if you have any other roadblocks down the road!

Now I have a new problem. One I logout the an re login again the login form is not shown and I login automatically. What I’m doin wrong?

Is your logout redirect url the same as your login redirect url in the Auth0 app’s settings in the dashboard? Or perhaps you have not set a logout url at all? I believe leaving it blank may just direct the login redirect url by default…maybe. Not sure.