Uses of Class
com.bitheads.braincloud.client.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in com.bitheads.braincloud.client
Fields in com.bitheads.braincloud.client declared as AuthenticationTypeModifier and TypeFieldDescriptionstatic final AuthenticationTypeAuthenticationType.Anonymousstatic final AuthenticationTypeAuthenticationType.Applestatic final AuthenticationTypeAuthenticationType.Emailstatic final AuthenticationTypeAuthenticationType.Externalstatic final AuthenticationTypeAuthenticationType.Facebookstatic final AuthenticationTypeAuthenticationType.FacebookLimitedstatic final AuthenticationTypeAuthenticationType.GameCenterstatic final AuthenticationTypeAuthenticationType.Googlestatic final AuthenticationTypeAuthenticationType.GoogleOpenIdstatic final AuthenticationTypeAuthenticationType.Handoffstatic final AuthenticationTypeAuthenticationType.Oculusstatic final AuthenticationTypeAuthenticationType.Parsestatic final AuthenticationTypeAuthenticationType.SettopHandoffstatic final AuthenticationTypeAuthenticationType.Steamstatic final AuthenticationTypeAuthenticationType.Twitterstatic final AuthenticationTypeAuthenticationType.Ultrastatic final AuthenticationTypeAuthenticationType.Universalstatic final AuthenticationTypeAuthenticationType.UnknownMethods in com.bitheads.braincloud.client that return AuthenticationTypeModifier and TypeMethodDescriptionstatic AuthenticationTypeAuthenticationType.fromString(String s) Methods in com.bitheads.braincloud.client with parameters of type AuthenticationTypeModifier 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 AuthenticationType in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidIdentityService.attachAdvancedIdentity(AuthenticationType authenticationType, AuthenticationIds ids, String extraJson, IServerCallback callback) Attach the user's credentials to the current profile.voidIdentityService.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_IDENTITYvoidIdentityService.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_PROFILEvoidAuthenticationService.authenticateAdvanced(AuthenticationType authenticationType, AuthenticationIds ids, boolean forceCreate, String extraJson, IServerCallback callback) voidIdentityService.detachAdvancedIdentity(AuthenticationType authenticationType, String externalId, boolean continueAnon, String extraJson, IServerCallback callback) Detach the identity from this profile.voidIdentityService.getIdentityStatus(AuthenticationType authenticationType, String externalAuthName, IServerCallback callback) Retrieves identity status for given identity type for this profile.voidFriendService.getProfileInfoForCredential(String externalId, AuthenticationType authenticationType, IServerCallback callback) Retrieves profile information for the specified user.voidFriendService.getProfileInfoForCredentialIfExists(String externalId, AuthenticationType authenticationType, IServerCallback callback) Retrieves profile information for the specified user.voidIdentityService.mergeAdvancedIdentity(AuthenticationType authenticationType, AuthenticationIds ids, String extraJson, IServerCallback callback) Merge the profile associated with the provided credentials with the current profile.voidIdentityService.refreshIdentity(String externalId, String authenticationToken, AuthenticationType authenticationType, IServerCallback callback) Refreshes an identity for this player Service Name - identity Service Operation - REFRESH_IDENTITY