Свойство | Type | Description | |
---|---|---|---|
string | |||
MasterAuthentication | bool | ||
PersistentDataManager | PersistentDataManager |
Свойство | Type | Description | |
---|---|---|---|
ClientId | string | ||
ClientSecret | string | ||
_accessToken | string | ||
_customDomain | string | ||
_refreshToken | string |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
DoExecute ( |
||
Execute ( |
||
ProcessError ( int errorCode, string message ) : void | ||
RefreshAccessToken ( ) : void |
public Authenticate ( string email, string password ) : Response | ||
string | ||
password | string | |
Résultat | Response |
public AuthenticateMaster ( string email ) : Response | ||
string | ||
Résultat | Response |
public Client ( string clientId, string clientSecret ) : System | ||
clientId | string | |
clientSecret | string | |
Résultat | System |
protected DoExecute ( |
||
request | ||
Résultat | Response |
public DownloadData ( |
||
request | ||
Résultat | byte[] |
public Execute ( |
||
request | ||
Résultat | Response |
protected Execute ( |
||
request | ||
retry | int | |
Résultat | Response |
protected ProcessError ( int errorCode, string message ) : void | ||
errorCode | int | |
message | string | |
Résultat | void |
public ProcessRequest ( |
||
req | ||
Résultat | void |
public RenewAccessToken ( string refreshToken ) : object>.Dictionary |
||
refreshToken | string | |
Résultat | object>.Dictionary |
public PersistentDataManager PersistentDataManager | ||
Résultat | PersistentDataManager |