ConfirmEmailUpdate(string code, string password) | Beamable.Common.Api.Auth.IAuthApi | |
ConfirmPasswordUpdate(string code, string newPassword) | Beamable.Common.Api.Auth.IAuthApi | |
CreateUser() | Beamable.Common.Api.Auth.IAuthApi | |
GetDeviceId() | Beamable.Api.Auth.IAuthService | |
GetUser() | Beamable.Common.Api.Auth.IAuthApi | |
GetUser(TokenResponse token) | Beamable.Common.Api.Auth.IAuthApi | |
GetUserForEditor() (defined in Beamable.Editor.Modules.Account.IEditorAuthApi) | Beamable.Editor.Modules.Account.IEditorAuthApi | |
IsEmailAvailable(string email) | Beamable.Common.Api.Auth.IAuthApi | |
IssueEmailUpdate(string newEmail) | Beamable.Common.Api.Auth.IAuthApi | |
IssuePasswordUpdate(string email) | Beamable.Common.Api.Auth.IAuthApi | |
IsThirdPartyAvailable(AuthThirdParty thirdParty, string token) | Beamable.Common.Api.Auth.IAuthApi | |
IsThisDeviceIdAvailable() | Beamable.Api.Auth.IAuthService | |
Login(string username, string password, bool mergeGamerTagToAccount=true, bool customerScoped=false) | Beamable.Common.Api.Auth.IAuthApi | |
LoginDeviceId(bool mergeGamerTagToAccount=true) | Beamable.Api.Auth.IAuthService | |
LoginRefreshToken(string refreshToken) | Beamable.Common.Api.Auth.IAuthApi | |
LoginThirdParty(AuthThirdParty thirdParty, string thirdPartyToken, bool includeAuthHeader=true) | Beamable.Common.Api.Auth.IAuthApi | |
RegisterCustomer(string email, string password, string projectName, string customerName, string alias) | Beamable.Common.Api.Auth.IAuthApi | |
RegisterDBCredentials(string email, string password) | Beamable.Common.Api.Auth.IAuthApi | |
RegisterDeviceId() | Beamable.Api.Auth.IAuthService | |
RegisterThirdPartyCredentials(AuthThirdParty thirdParty, string accessToken) | Beamable.Common.Api.Auth.IAuthApi | |
RemoveAllDeviceIds() | Beamable.Api.Auth.IAuthService | |
RemoveDeviceId() | Beamable.Api.Auth.IAuthService | |
RemoveDeviceIds(string[] deviceIds) | Beamable.Api.Auth.IAuthService | |
RemoveThirdPartyAssociation(AuthThirdParty thirdParty, string token) | Beamable.Common.Api.Auth.IAuthApi | |
Requester | Beamable.Common.Api.IHasBeamableRequester | |