Uses of Class
com.bitheads.braincloud.client.AuthenticationIds
Packages that use AuthenticationIds
-
Uses of AuthenticationIds in com.bitheads.braincloud.client
Methods in com.bitheads.braincloud.client with parameters of type AuthenticationIdsModifier and TypeMethodDescriptionvoidBrainCloudWrapper.authenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) voidIBrainCloudWrapper.authenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) voidBrainCloudWrapper.smartSwitchAuthenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) voidIBrainCloudWrapper.smartSwitchAuthenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) -
Uses of AuthenticationIds in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type AuthenticationIdsModifier and TypeMethodDescriptionvoidIdentityService.attachAdvancedIdentity(AuthenticationType authenticationType, AuthenticationIds ids, String extraJson, IServerCallback callback) Attach the user's credentials to the current profile.voidAuthenticationService.authenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) voidIdentityService.mergeAdvancedIdentity(AuthenticationType authenticationType, AuthenticationIds ids, String extraJson, IServerCallback callback) Merge the profile associated with the provided credentials with the current profile.