Enum OAuth1SignatureTransports
Used to define the transport which the signature takes, in the headers or as query parameters
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public enum OAuth1SignatureTransports
Fields
Name | Description |
---|---|
Headers | Place the signature information in the headers of the request, this is the default |
QueryParameters | Place the signature information in the query parameters of the request |