LoginExtensionRequestType

LoginExtensionRequestType
LoginExtensionRequestType

The parameters of LoginExtension.

JSON Example
{
    "extensionKey": "string",
    "base64SignedCredentials": "string",
    "locale": "string"
}
string
extensionKey
Required

Key of extension that is logging in.

string
base64SignedCredentials
Required

base-64 encoding of the SHA-1 digest of the string "login" signed with the extension's private RSA key using PKCS#1 padding.

string
locale
Optional

A two-character ISO-639 language ID (like "en") optionally followed by an underscore and a two-character ISO 3166 country ID (like "US").

Examples are "de", "fr_CA", "zh", "zh_CN", and "zh_TW". Note: The method uses the server default locale when a locale is not provided. This default can be configured in the server configuration file. If unspecified, it defaults to the locale of the server environment or English ("en") if unsupported.