Property | Type | Description | |
---|---|---|---|
alliance | |||
analytics | |||
clan | |||
connection | |||
contacts | |||
inbox | |||
location | |||
squad |
Method | Description | |
---|---|---|
API ( ) : System.Collections | ||
Authenticate ( string email, string password ) : |
||
Join ( string room ) : void | ||
Leave ( string room ) : void | ||
Register ( string handle, string email, string password ) : |
||
Request ( string name ) : |
||
RequestPasswordReset ( string email ) : void | ||
ResetPassword ( string email, string token, string password ) : |
||
Say ( string room, string cmd ) : void | ||
Send ( string name ) : void |
Method | Description | |
---|---|---|
ByteArrayToHexString ( byte array ) : string | ||
SHA256 ( string phrase ) : string |
public Authenticate ( string email, string password ) : |
||
string | ||
password | string | |
return |
public Register ( string handle, string email, string password ) : |
||
handle | string | |
string | ||
password | string | |
return |
public RequestPasswordReset ( string email ) : void | ||
string | ||
return | void |
public ResetPassword ( string email, string token, string password ) : |
||
string | ||
token | string | |
password | string | |
return |
public Say ( string room, string cmd ) : void | ||
room | string | |
cmd | string | |
return | void |