UltraLite User's Guide
UltraLite Reference
Synchronization parameters
Provides a place to hold return values from custom user authentication synchronization scripts.
The values set by the default MobiLink user authentication mechanism are described in auth_status synchronization parameter
Get the parameter as follows:
ul_synch_info info; // ... returncode = info.auth_value;
The Java access method is getAuthValue.
Get the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; // set other options here conn.synchronize( opts ); returncode = opts.getAuthValue();
authenticate_user connection event
authenticate_user_hashed connection event
auth_status synchronization parameter