How to sign up a user - Android

Please include the following information in your post:

sdk: android:auth0
version: 1.30.0

Hey all!

This is probably dummy question but I’ve been reading for a while and I can’t figure it out.
I’ve followed the quickstart for Android SDK to set up Login/Logout for my Android app.

I did it by instantiating Auth0 and SecureCredentialsManager objects and then the
WebAuthProvider.login(auth0)…start(activity, AuthCallback)

It’s working fine :slight_smile:

Now I want to implement Sign Up process, I have my own activity for Registering a user and I can’t figure out how to use the SDK in order to create a new user (User Sign Up)

Thanks in advance for any hint

1 Like

Hey there!

Have you had a chance to check out the SDK repo?

Here’s the code snippet you need:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.