| name | data type | description |
|---|---|---|
| token | string | |
| userFullName | string | |
| userInfo | HdcUserInfoTO | |
| contextAsCodesArray | array of number | |
| userId | number | |
| currentUserId | number | |
| lastUpdate | string | |
| context | array of TokenContext |
Example
{
"token" : "...",
"userFullName" : "...",
"userInfo" : { },
"contextAsCodesArray" : [ 12345, 12345 ],
"userId" : 12345,
"currentUserId" : 12345,
"lastUpdate" : "...",
"context" : [ "Unknown", "ChangeStateOfChangeRequest" ]
}