Reports results of a custom MobiLink user authentication script. The MobiLink server provides this information to the client.
The syntax varies depending on the API you use.
The values set by the default MobiLink user authentication mechanism are described in authenticate_user connection event and Authentication Status synchronization parameter.
The parameter is set by the MobiLink server, and so is read-only.
UltraLite for C/C++ applications can access the parameter as follows:
ul_synch_info_a info; // ... returncode = info.auth_value;