User Center APICommunicator
public class UserCenterAPICommunicator
Content copied to clipboard
The UserCenterAPIManager is responsible for communication with the Gini User Center API. This includes handling HTTP related error handling.
Constructors
UserCenterAPICommunicator
Link copied to clipboard
void UserCenterAPICommunicator(RequestQueue requestQueue, String baseUrl, GiniApiType giniApiType, String clientId, String clientSecret, RetryPolicyFactory retryPolicyFactory)
Content copied to clipboard
Functions
create User
Link copied to clipboard
Task<Uri> createUser(UserCredentials userCredentials, Session userCenterApiSession)
Content copied to clipboard
Creates a new Gini user.
get User Info
Link copied to clipboard
login Client
Link copied to clipboard
Logs in this client to the Gini User Center API.
login User
Link copied to clipboard
Logs in a Gini user.
update Email
Link copied to clipboard
Task<JSONObject> updateEmail(String userId, String newEmail, String oldEmail, Session userCenterApiSession)
Content copied to clipboard
Update the email of a user.