프로퍼티 | 타입 | 설명 | |
---|---|---|---|
string | |||
MasterAuthentication | bool | ||
PersistentDataManager | PersistentDataManager |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClientId | string | ||
ClientSecret | string | ||
_accessToken | string | ||
_customDomain | string | ||
_refreshToken | string |
메소드 | 설명 | |
---|---|---|
Authenticate ( string email, string password ) : Response | ||
AuthenticateMaster ( ) : Response | ||
AuthenticateMaster ( string email ) : Response | ||
Client ( string clientId, string clientSecret ) : System | ||
DownloadData ( |
||
Execute ( |
||
LoadPersistentData ( ) : bool | ||
ProcessRequest ( |
||
RenewAccessToken ( string refreshToken ) : object>.Dictionary |
메소드 | 설명 | |
---|---|---|
DoExecute ( |
||
Execute ( |
||
ProcessError ( int errorCode, string message ) : void | ||
RefreshAccessToken ( ) : void |
public Authenticate ( string email, string password ) : Response | ||
string | ||
password | string | |
리턴 | Response |
public AuthenticateMaster ( string email ) : Response | ||
string | ||
리턴 | Response |
public Client ( string clientId, string clientSecret ) : System | ||
clientId | string | |
clientSecret | string | |
리턴 | System |
protected DoExecute ( |
||
request | ||
리턴 | Response |
public Execute ( |
||
request | ||
리턴 | Response |
protected Execute ( |
||
request | ||
retry | int | |
리턴 | Response |
protected ProcessError ( int errorCode, string message ) : void | ||
errorCode | int | |
message | string | |
리턴 | void |
public ProcessRequest ( |
||
req | ||
리턴 | void |
public RenewAccessToken ( string refreshToken ) : object>.Dictionary |
||
refreshToken | string | |
리턴 | object>.Dictionary |
public PersistentDataManager PersistentDataManager | ||
리턴 | PersistentDataManager |