Search code examples
androidxamarinxamarin.androidauth0

Can you customize the auth0 login screen in xamarin app


I have a xamarin app that is utilizing auth0 for auth purposes. But I see for web version you can pass different options for theming the login page appearance. Is that also possible in a xamarin app.

 client = new Auth0Client(new Auth0ClientOptions
 {
     Domain = Resources.GetString(Resource.String.auth0_domain),
     ClientId = Resources.GetString(Resource.String.auth0_client_id),                
     Activity = this
 });

Solution

  • Actually I found you can customize it here: manage login page