Contents Index Synchronization parameters auth_status parameter

UltraLite Static C++ User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

auth_parms parameter


Function 

Provides parameters to a custom user authentication script.

Usage 

Set the parameters as follows:

ul_char * Params[ 3 ] = { UL_TEXT( "parm1" ), 
                          UL_TEXT( "parm2" ), 
                          UL_TEXT( "parm3" ) };
// ...
info.num_auth_parms = 3;
info.auth_parms = Params;
See also 

num_auth_parms parameter

authenticate_parameters connection event

authenticate_user connection event


Contents Index Synchronization parameters auth_status parameter