setAuthenticationParms function

Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event).

Syntax
abstract void SyncParms.setAuthenticationParms(
  String v
) throws ULjException
Parameters
  • v   A comma separated list of authentication parameters, or the null reference. See class description for more on comma separated lists.

Remarks

Only the first 255 strings are used and each string should be no longer than 128 characters (longer strings are truncated when sent to MobiLink).

See also