Click or drag to resize
ParametersForAccessToken2 Method

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

Creates an instance of Parameters for two-legged Access Token requests.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public static Parameters ForAccessToken2(
	Consumer credentials,
	Request token,
	Signature algorithm,
	Nonce generator,
	Timestamp provider = null
)

Parameters

credentials
Type: OAuthConsumer
Consumer credentials.
token
Type: OAuthRequest
Request token.
algorithm
Type: OAuthSignature
Signature algorithm.
generator
Type: OAuthNonce
Nonce generator.
provider (Optional)
Type: OAuthTimestamp
Timestamp provider.

Return Value

Type: Parameters
An instance of Parameters.
See Also