# 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 (administratororuser). Only one at a time is possible.2— the authorization type for theuserwas reset because the protection typeunsecuredhad been set for theadministrator(the level of protection foradministratorcannot be lower than the level for theuser)3— theadministrator’s credentials were changed by theadministrator4— theuser’s credentials were changed by theadministrator5— theuser’s credentials were changed by theuser6— 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: