Phone
TerraCore v0
Login your user with phone number
#
Installation- Android
- iOS
- Flutter
#
Enable phone login method in Terra ConsolePlease contact us we will setup it for you
#
UsageYou will need to implement an phone + otp login form yourself, then pass input data to TerraAuth
for logging in.
Firstly, initialize phone login with OTP request. A successful call means an OTP is sent to your user, you can show the OTP form for user to enter.
You can also use this function for resending OTP.
- Android
- iOS
- Flutter
After user enters the OTP, you can now create the credential to login
- Android
- iOS
- Flutter
with
After logging in success, you now have the access_token
. Please continue to Access Token Usage for usage guide.