프로퍼티 | 타입 | 설명 | |
---|---|---|---|
alliance | |||
analytics | |||
clan | |||
connection | |||
contacts | |||
inbox | |||
location | |||
squad |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ByteArrayToHexString ( byte array ) : string | ||
SHA256 ( string phrase ) : string |
public Authenticate ( string email, string password ) : |
||
string | ||
password | string | |
리턴 |
public Register ( string handle, string email, string password ) : |
||
handle | string | |
string | ||
password | string | |
리턴 |
public RequestPasswordReset ( string email ) : void | ||
string | ||
리턴 | void |
public ResetPassword ( string email, string token, string password ) : |
||
string | ||
token | string | |
password | string | |
리턴 |