# authorizationNeeded
Description: notification of the need to re-authorize the connection. For example, due to a change in the type of security.
Example:
{
"method": "event",
"event": "authorizationNeeded",
"cause": 2
}
Parameter description:
cause
— the cause of logout. The following values are possible:1
— authorization of a different user in this control mode (administrator
oruser
). Only one at a time is possible.2
— the authorization type for theuser
was reset because the protection typeunsecured
had been set for theadministrator
(the level of protection foradministrator
cannot be lower than the level for theuser
)3
— theadministrator
’s credentials were changed by theadministrator
4
— theuser
’s credentials were changed by theadministrator
5
— theuser
’s credentials were changed by theuser
6
— this type of account is unavailable due to current license restrictions7
— auser
’s PIN was automatically changed after a communication session8
— A token set according to the current authorization type has expired
See also: