User Center Manager
public class UserCenterManager
Content copied to clipboard
The UserCenterManager is responsible for managing Gini users.
Constructors
UserCenterManager
Link copied to clipboard
void UserCenterManager(UserCenterAPICommunicator userCenterAPICommunicator)
Content copied to clipboard
An implementation of the UserCenterAPIManager which handles the communication with the Gini User Center API for this manager instance.
Functions
createUser
Link copied to clipboard
loginUser
Link copied to clipboard
updateEmail
Link copied to clipboard
Task<JSONObject> updateEmail(String newEmail, String oldEmail, Session giniAPISession)
Content copied to clipboard