loginCapabilitiesChanged

TrueConfAbout 1 min

loginCapabilitiesChanged

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

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 is optional. Possible values include:

    • 0 - authorization using login and password with the MD5 hash of the password 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 username and password

  • emailLogin - a field indicating allowable email authentication. The field may be absent. Possible values:

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

See also: