Authentication Value synchronization parameter

This field is set by a synchronization to report results of a custom MobiLink user authentication script. The MobiLink server provides this information to the client.

Syntax

The syntax varies depending on the API you use.

Remarks

The values set by the default MobiLink user authentication mechanism are described in the authenticate_user connection event and Authentication Status synchronization parameter.

The parameter is set by the MobiLink server, and so is read-only.

See also
Example

UltraLite for C/C++ applications can access the parameter as follows:

ul_synch_info info;
// ...
returncode = info.auth_value;