Class OAuth1RequestConfiguration
Specify OAuth 1 request configuration
Inheritance
System.Object
OAuth1RequestConfiguration
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public class OAuth1RequestConfiguration : IHttpRequestConfiguration
Properties
| Improve this Doc View SourceName
Name of the configuration, this should be unique and usually is the type of the object
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
The OAuth parameters for this request
Declaration
public IDictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |