registerUser:password:error:isSyncFlag:(NSString *, NSString *, NSError **, BOOL) method

Registers the client with the server by automatically creating a user with the help of a pre-defined authentication mechanism.

Syntax

public virtual BOOL registerUser:password:error:isSyncFlag: (NSString * userName, NSString * loginPassword, NSError ** error, BOOL isSynchronous)

Parameters

Returns

Returns a BOOL indicating if the user registration has been successful. Significant in case of synchronous registration only.

Examples

Usage

Returns a BOOL indicating if the user registration has been successful. Significant in case of synchronous registration only.