Sign In with Passwordless SMS

Cookie
session

Request Body

code
string
Zorunlu

Code sent to user's phone number

phone_number
string
Zorunlu

End-User's phone number received the OTP code SMS.

state
string
Zorunlu

State value generated for each session. You can retrieve it from window.PlusAuth.params.state.

POST
/signin/passwordless/sms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Loading...