Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Public Attributes | Properties | List of all members
Packages.Beamable.Runtime.Tests.Beamable.MockAuthService Class Reference
Inheritance diagram for Packages.Beamable.Runtime.Tests.Beamable.MockAuthService:
Inheritance graph
[legend]
Collaboration diagram for Packages.Beamable.Runtime.Tests.Beamable.MockAuthService:
Collaboration graph
[legend]

Public Member Functions

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)
 
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)
 

Public Attributes

Func< string, Promise< bool > > IsEmailAvailableDelegate
 
Func< string, string, Promise< User > > RegisterDbCredentialsDelegate
 
Func< string, string, bool, Promise< TokenResponse > > LoginDelegate
 
Func< TokenResponse, Promise< User > > GetUserDelegate
 
Func< Promise< User > > GetCurrentUserDelegate
 

Properties

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

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