-
Methods in com.bitheads.braincloud.client with parameters of type AuthenticationType
| 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 AuthenticationType
| 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 |
IdentityService.attachParentWithIdentity(String externalId,
String authenticationToken,
AuthenticationType authenticationType,
String externalAuthName,
boolean forceCreate,
IServerCallback callback) |
Attach a new identity to a parent app
Service Name - identity
Service Operation - ATTACH_PARENT_WITH_IDENTITY
|
void |
IdentityService.attachPeerProfile(String peer,
String externalId,
String authenticationToken,
AuthenticationType authenticationType,
String externalAuthName,
boolean forceCreate,
IServerCallback callback) |
Attaches a peer identity to this player's profile
Service Name - identity
Service Operation - ATTACH_PEER_PROFILE
|
void |
AuthenticationService.authenticateAdvanced(AuthenticationType authenticationType,
AuthenticationIds ids,
boolean forceCreate,
String extraJson,
IServerCallback callback) |
|
void |
IdentityService.detachAdvancedIdentity(AuthenticationType authenticationType,
String externalId,
boolean continueAnon,
String extraJson,
IServerCallback callback) |
Detach the identity from this profile.
|
void |
FriendService.getProfileInfoForCredential(String externalId,
AuthenticationType authenticationType,
IServerCallback callback) |
Retrieves profile information for the specified user.
|
void |
IdentityService.mergeAdvancedIdentity(AuthenticationType authenticationType,
AuthenticationIds ids,
String extraJson,
IServerCallback callback) |
Merge the profile associated with the provided credentials with the
current profile.
|
void |
IdentityService.refreshIdentity(String externalId,
String authenticationToken,
AuthenticationType authenticationType,
IServerCallback callback) |
Refreshes an identity for this player
Service Name - identity
Service Operation - REFRESH_IDENTITY
|