IOAuth Methods |
The IOAuth type exposes the following members.
| Name | Description | |
|---|---|---|
| AddParameter | Adds new parameter to this request. | |
| Consumer | Sets the consumer. | |
| HttpMethod | Sets HTTP method (GET or POST). | |
| Nonce | Sets nonce. Nonce is generated automatically if not set. This method should be used in tests only. | |
| Sign | Signs this request and creates signed OAuth object. | |
| SignatureMethod | Sets the signature method. | |
| TimeStamp | Sets the timestamp. Timestamp is generated automatically if not set. This method should be used in tests only. | |
| Token | Sets OAuth token (oauth_token). | |
| TokenSecret | Sets OAuth token secret (oauth_token_secret). |