Метод | Описание | |
---|---|---|
HyvesInfiniteSession ( string consumerKey, string consumerSecret, List |
Creates an instance of a HyvesInfiniteSession with the specified application information and access token.
|
public HyvesInfiniteSession ( string consumerKey, string consumerSecret, List |
||
consumerKey | string | The consumer-key used as an Consumer key. |
consumerSecret | string | The consumer secret used to sign requests. |
methods | List |
The methods supported in this application. |
token | string | The previously saved access token. |
tokenSecret | string | The previously saved access token secret. |
userId | string | The user Id associated with the saved access token. |
Результат | System |