Sign In with Passwordless Push

This endpoint will only work for offline push validation. It works same as OTP code validation.

Cookie
session

Request Body

code
string
Required

OTP code generated for user's account

state
string
Required

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

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