|
void | SetExistingCustomerData (string cidOrAlias, string email, string password) |
|
void | SetNewCustomer (string alias, string gameName, string email, string password) |
|
void | SetCustomerData (string email, string password) |
|
void | SetCidPid (string cid, string pid) |
|
void | SetPid (string pid) |
|
void | SetUserInfo (long id, string email) |
|
void | SetPasswordForgetData (string cid, string email) |
|
void | Clear () |
|
void | SetPasswordCode (string code, string password) |
|
|
bool | HasCid => !string.IsNullOrEmpty(CidOrAlias) |
|
bool | HasGame => !string.IsNullOrEmpty(Pid) |
|
bool | HasUser => !string.IsNullOrEmpty(Email) |
|
bool | HasRole => !string.IsNullOrEmpty(Role) |
|
bool | HasData => !string.IsNullOrEmpty(CidOrAlias) && string.IsNullOrEmpty(Pid) |
|
|
string | CidOrAlias [get] |
|
string | Pid [get] |
|
long | Id [get] |
|
string | Email [get, set] |
|
string | Role [get, set] |
|
string | Password [get, set] |
|
string | Code [get, set] |
|
string | PasswordConfirmation [get, set] |
|
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Editor/UI/Login/UI/Model/LoginModel.cs