Method:/auth/logon
Example 1: OTP login
Parameters:
{
"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
}
}
Example 2: OOBA login
Parameters:
{
"application":
{
"id":"appid"
},
"user":
{
"id":"userid"
},
"token":
{
"serial":"110000035"
},
"credential":
{
"method":"OOBA",
"tokenId":"bc650db324ef8e2873444e9e1001ac07",
}
}
Response:
{
"error":0
}