...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"attrs":
[
"product":
{
"manufacturerCode":"DN",
"productCode":"MT"
},
"user":
{
"domain.name":"domain.com",
"loginNam":"john.smith"
}
"pin": "tokenpin"
],
"return": ["id", "serial", "product.name", {"tokenAssignments":["objId"{"elements":["id"]}]}]
} |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"id": "token id",
"serial": "token serial",
"product.name": "MobileID",
"tokenAssignments": {
"objIdelements": [
{
"token assignment id"
"id": "dda5f3744f7d7750676acc24f31fe128884fb445acf67c36bf648e179055cfe5"
]
}
]
}
}
} |