Click or drag to resize
Parameters Constructor

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

Initializes a new instance of the Parameters class.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
protected Parameters(
	Consumer credentials,
	TokenBase token,
	Signature algorithm,
	Nonce generator,
	Timestamp provider
)

Parameters

credentials
Type: OAuthConsumer
Consumer credentials.
token
Type: OAuthTokenBase
Token.
algorithm
Type: OAuthSignature
Signature algorithm.
generator
Type: OAuthNonce
Nonce generator.
provider
Type: OAuthTimestamp
Timestamp provider.
See Also