Contents Index auth_status synchronization parameter checkpoint_store synchronization parameter pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

auth_value synchronization parameter


Function 

Provides a place to hold return values from custom user authentication synchronization scripts.

Default 

The values set by the default MobiLink user authentication mechanism are described in auth_status synchronization parameter

C/C++ usage 

Get the parameter as follows:

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

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();
See also 

authenticate_user connection event

authenticate_user_hashed connection event

auth_status synchronization parameter


Contents Index auth_status synchronization parameter checkpoint_store synchronization parameter pdf/preface.pdf