İçeriğe geç
Sonuç bulunamadı.

Bu sayfanın Türkçe çevirisi henüz tamamlanmadı, bu yüzden İngilizce dilinde görüntülemektisiniz.

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
JavaScript
JavaScript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Loading...