...
Example 1: OTP login
Parameters:
| Code Block | ||
|---|---|---|
| ||
{
"remoteIp": "xxx.xxx.xxx.xxx", // client IP Address
"application":
{
"id":"appid"
},
"user":
{
"id":"userid"
},
"token":
{
"serial":"10000000"
},
"credential":
{
"otp":"123456",
//"cc":"121212" // if verifyResponse is required
}
} |
...