Method | Description | |
---|---|---|
AccessToken ( ) : System.Collections.Generic |
Initialises a new instance of the AccessToken class.
|
|
AccessToken ( string accessToken, string accessTokenSecret, string consumerKey, IEnumerable |
Initialises a new instance of the AccessToken class.
|
|
ToString ( ) : string |
Returns a System.String that represents the current IssuedToken.
|
public AccessToken ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AccessToken ( string accessToken, string accessTokenSecret, string consumerKey, IEnumerable |
||
accessToken | string | The access token. |
accessTokenSecret | string | The access token secret. |
consumerKey | string | The consumer key. |
scope | IEnumerable |
The scope. |
username | string | The username. |
return | System.Collections.Generic |