Beamable SDK
Public Member Functions | List of all members
Core.Platform.SDK.Auth.AuthService Class Reference
Inheritance diagram for Core.Platform.SDK.Auth.AuthService:
Inheritance graph
[legend]
Collaboration diagram for Core.Platform.SDK.Auth.AuthService:
Collaboration graph
[legend]

Public Member Functions

 AuthService (IPlatformRequester requester)
 
Promise< UserGetUser ()
 
Promise< UserGetUserForEditor ()
 
Promise< UserGetUser (TokenResponse token)
 
Promise< bool > IsEmailAvailable (string email)
 
Promise< bool > IsThirdPartyAvailable (AuthThirdParty thirdParty, string token)
 
Promise< TokenResponseCreateUser ()
 
Promise< TokenResponseLoginRefreshToken (string refreshToken)
 
Promise< TokenResponseLogin (string username, string password, bool mergeGamerTagToAccount=true, bool customerScoped=false)
 
Promise< TokenResponseLoginThirdParty (AuthThirdParty thirdParty, string thirdPartyToken, bool includeAuthHeader=true)
 
Promise< UserRegisterDBCredentials (string email, string password)
 
Promise< UserRegisterThirdPartyCredentials (AuthThirdParty thirdParty, string accessToken)
 
Promise< EmptyResponseIssueEmailUpdate (string newEmail)
 
Promise< EmptyResponseConfirmEmailUpdate (string code, string password)
 
Promise< EmptyResponseIssuePasswordUpdate (string email)
 
Promise< EmptyResponseConfirmPasswordUpdate (string code, string newPassword)
 
Promise< CustomerRegistrationResponseRegisterDisruptorEngineCustomer (string email, string password, string projectName)
 
Promise< CurrentProjectResponseGetCurrentProject ()
 

The documentation for this class was generated from the following file: