# loginCapabilitiesChanged

Version: 4.3.3+

Description: notification of updated advanced information about authentication capabilities on the server.

Example:

{
    "method": "event",
    "event": "loginCapabilitiesChanged",
    "socialManifest": "https://some.server:743/manifest&lang=ru&os=windows&version=4.4.0"
}

Parameter description:

  • socialManifest - a link for authentication through third-party providers. This field may be optional.

  • authenticationMethod - the required type of authentication. This field may be omitted. Possible values include:

    • 0 - authorization using login and password with password md5 sent to the server

    • 1 - authorization using a login and password with the password sent to the server in plain text

    • 2 - authorization via an external provider without a login and password

  • emailLogin - a field indicating allowable email-based authorization. This field may be optional. Possible values:

    • 1 - authorization by email with implicit registration and session waiting is allowed

See also: