Метод | Описание | |
---|---|---|
LoadSettings ( IAuthProviderSettings settings ) : void | ||
OnHttpRequest ( IYandexApiClient client, |
||
OnRequestMessage ( IYandexApiClient client, string method, object>.IDictionary |
Метод | Описание | |
---|---|---|
YandexDirectAuthProviderBase ( ) : System | ||
YandexDirectAuthProviderBase ( string login, string masterToken ) : System |
public LoadSettings ( IAuthProviderSettings settings ) : void | ||
settings | IAuthProviderSettings | |
Результат | void |
public OnHttpRequest ( IYandexApiClient client, |
||
client | IYandexApiClient | |
request | ||
Результат | void |
public OnRequestMessage ( IYandexApiClient client, string method, object>.IDictionary |
||
client | IYandexApiClient | |
method | string | |
messageParams | object>.IDictionary | |
financeTokenRequired | bool | |
Результат | void |
protected YandexDirectAuthProviderBase ( ) : System | ||
Результат | System |
protected YandexDirectAuthProviderBase ( string login, string masterToken ) : System | ||
login | string | |
masterToken | string | |
Результат | System |