Registering a User

Using a predefined authentication mechanism, register a user automatically. You can register the user either synchronously or asynchronously.

The following code illustrates how to register a user automatically:
[userManager registerUser:@"supuser123" securityConfig:@"SSO2Cookie" password:@"s3puser" error:nil isSyncFlag:YES];