Class OAuth1HttpBehaviourFactory
This factory can be used to create a IHttpBehaviour which handles OAuth requests
Inheritance
System.Object
OAuth1HttpBehaviourFactory
Namespace:Dapplo.HttpExtensions.OAuth
Assembly:Dapplo.HttpExtensions.dll
Syntax
public class OAuth1HttpBehaviourFactory
Methods
| Improve this Doc View SourceCreate(OAuth1Settings)
Create a specify OAuth IHttpBehaviour
Declaration
public static OAuth1HttpBehaviour Create(OAuth1Settings oAuthSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| OAuth1Settings | oAuthSettings | OAuthSettings |
Returns
| Type | Description |
|---|---|
| OAuth1HttpBehaviour | IHttpBehaviour |