Beamable SDK
Public Member Functions | Static Public Attributes | Properties | List of all members
Beamable.Server.Api.ServerAuthApi Class Reference
Inheritance diagram for Beamable.Server.Api.ServerAuthApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Api.ServerAuthApi:
Collaboration graph
[legend]

Public Member Functions

 ServerAuthApi (IBeamableRequester requester, RequestContext context)
 
Promise< UserGetUser (long userId)
 
- Public Member Functions inherited from Beamable.Common.Api.Auth.AuthApi
 AuthApi (IBeamableRequester requester)
 
Promise< UserGetUser ()
 
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< CustomerRegistrationResponseRegisterCustomer (string email, string password, string projectName, string customerName, string alias)
 
Promise< CurrentProjectResponseGetCurrentProject ()
 

Static Public Attributes

const string BASIC_SERVICE = "/basic/accounts"
 
const string OBJECT_SERVICE = "/object/accounts"
 

Properties

IBeamableRequester Requester [get]
 
RequestContext Context [get]
 
- Properties inherited from Beamable.Common.Api.IHasBeamableRequester
IBeamableRequester Requester [get]
 

Additional Inherited Members

- Public Attributes inherited from Beamable.Common.Api.Auth.AuthApi
IBeamableRequester Requester => _requester
 
- Static Protected Attributes inherited from Beamable.Common.Api.Auth.AuthApi
const string ACCOUNT_URL = "/basic/accounts"
 

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