POST ./auth/tfa_challenge
Tags: public
It is used to initialize a tfa challenge for SMS.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| uaUserName | string | Required | Username. |
| uaPassword | string | Required | Password. |
| tfaOptID | int | Required | tfa option ID; Can be taken from GET ./auth/tfa_options |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| uaUserName | 101 | Invalid uaUserName. |
| uaPassword | 102 | Invalid password. |
| tfaOptID | 103 | Invalid ID. |
Output example
{"result": true}
