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
Functions
create User
Link copied to clipboard
Creates a new user which has the given client credentials.
login User
Link copied to clipboard
Log-in the user which is identified with the given credentials.
update Email
Link copied to clipboard
Task<JSONObject> updateEmail(String newEmail, String oldEmail, Session giniAPISession)
Content copied to clipboard
Update the email of the logged in user.