auth0-samples / auth0-xamarin-oidc-samples

Auth0 OIDC Client with Xamarin applications
MIT License
29 stars 38 forks source link

How to Sign in and sign up user #34

Closed PrachiKarapurkar closed 1 year ago

PrachiKarapurkar commented 4 years ago

How to sign in and sign up user with oidc on xamarin android and iOS?

frederikprijck commented 1 year ago

Sorry for not getting back to this. I assume this is no longer an open question.

However, for anyone reaching this issue, you can login by calling the Auth0Client's LoginAsync method.

For SignUp, you should pass new { screen_hint ="signup" } as extraParameters to that very same LoginAsync method.