Logging In

Use online authentication with the server.

Authenticate the user for data synchronization by calling the generated database API onlineLogin method.

Use the SUPSynchronizationProfile to store the username and password.
SUPConnectionProfile *syncProfile = [SMP101SMP101DB getSynchronizationProfile]; 
[syncProfile setUser:@"user"];  
[syncProfile setPassword:@"password"]; 
[SMP101SMP101DB onlineLogin];