Skip to content
No results found.

Push MFA Challenge

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

Cookie
session

Request Body

code
string

OTP code generated for user's account

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