Method | Description | |
---|---|---|
Equals ( |
Determines whether the specified RequestToken is equal to the current RequestToken.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current RequestToken.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a RequestToken.
|
|
RequestToken ( ) : System |
Initialises a new instance of the RequestToken class.
|
|
RequestToken ( |
Initialises a new instance of the RequestToken class.
|
|
ToString ( ) : string |
Returns a System.String that represents the current RequestToken.
|
public Equals ( |
||
token | The |
|
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public RequestToken ( |
||
callback | The callback. | |
consumerKey | string | The consumer key. |
token | string | The token. |
tokenSecret | string | The token secret. |
scope | IEnumerable |
The scope. |
return | System |