Enum OAuth1Parameters
Enum with all the parameters for OAuth 1
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public enum OAuth1Parameters
Fields
| Name | Description |
|---|---|
| Callback | Callback Uri |
| ConsumerKey | Consumer key is the key which a service provides for it's consumers |
| Nonce | A unique code |
| Signature | Signature for the request |
| SignatureMethod | Signing method |
| Timestamp | Timestamp of the request |
| Token | Token |
| TokenSecret | Token secret |
| Verifier | Token verifier |
| Version | Used version |