Method | Description | |
---|---|---|
AccountServerService ( ) : System |
Initializes a new instance of the AccountServerService class.
|
|
GetAccountId ( string account ) : System.Guid |
Returns the account identifier.
|
|
Login ( string account, string password ) : |
Returns the login result.
|
|
Register ( |
Registers the data.
|
|
RetrieveCredentials ( string email ) : void |
Retrieves the credentials.
|
public GetAccountId ( string account ) : System.Guid | ||
account | string | The account. |
return | System.Guid |
public Login ( string account, string password ) : |
||
account | string | The account. |
password | string | The password. |
return |
public Register ( |
||
data | The data to register. | |
return |
public RetrieveCredentials ( string email ) : void | ||
string | The email address. | |
return | void |