-
Methods in com.bitheads.braincloud.client with parameters of type AuthenticationIds
| Modifier and Type |
Method |
Description |
void |
BrainCloudWrapper.authenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
void |
IBrainCloudWrapper.authenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
void |
BrainCloudWrapper.smartSwitchAuthenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
void |
IBrainCloudWrapper.smartSwitchAuthenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
-
Methods in com.bitheads.braincloud.services with parameters of type AuthenticationIds
| Modifier and Type |
Method |
Description |
void |
IdentityService.attachAdvancedIdentity(AuthenticationType authenticationType,
AuthenticationIds ids,
String extraJson,
IServerCallback callback) |
Attach the user's credentials to the current profile.
|
void |
AuthenticationService.authenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
void |
IdentityService.mergeAdvancedIdentity(AuthenticationType authenticationType,
AuthenticationIds ids,
String extraJson,
IServerCallback callback) |
Merge the profile associated with the provided credentials with the
current profile.
|