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