Click or drag to resize
ParametersGet Method

[This is preliminary documentation and is subject to change.]

Returns unsigned OAuth header parameters.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public virtual IEnumerable<KeyValuePair<string, string>> Get()

Return Value

Type: IEnumerableKeyValuePairString, String
Collection of parameter name/value pairs.
See Also