LoginBySSPIRequestType

LoginBySSPIRequestType
LoginBySSPIRequestType

The parameters of LoginBySSPI.

JSON Example
{
    "base64Token": "string",
    "locale": "string"
}
string
base64Token
Required

The partially formed context returned from InitializeSecurityContext().

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.