Click or drag to resize
ParametersForAccessToken Method

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

Creates an instance of Parameters for Access Token requests.

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

Parameters

credentials
Type: OAuthConsumer
Consumer credentials.
token
Type: OAuthRequest
Request token.
code
Type: OAuthVerification
Verification code.
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