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
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