Logging In

Use online authentication with the server.

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

Use the SynchronizationProfile to store the username and password.
ConnectionProfile syncProfile = SMP101DB.GetSynchronizationProfile();
syncProfile.UserName = "user";
syncProfile.Password = "password";
SMP101DB.OnlineLogin();