...
| Code Block | ||
|---|---|---|
| ||
{
"return":["id","name"]
} |
Response:resetLogon
| Code Block | ||
|---|---|---|
| ||
{
"error":0,
"result":
{
"total":2,
"rows":
[
{
"id":"aid1",
"name":"application 1"
},
{
"id":"aid2",
"name":"application 2"
}
]
}
} |
...
| Code Block | ||
|---|---|---|
| ||
{
"user":
{
"loginName":"login name",
"domain.id":"domainid"
},
"tokenAssignment":
{
"id":"assignment id"
}
"pin":"pin"
} |
Response:
| Code Block | ||
|---|---|---|
| ||
{ "error":0 } |
/auth/resetLogon
Reset the logon session, this API will reset everything in the logon session: user, logon step, access control etc.
Request:
| Code Block | ||
|---|---|---|
| ||
{
} |
Response:
| Code Block | ||
|---|---|---|
| ||
{
"error":0
} |
...