This topic has not yet been rated - Rate this topic

SimpleMembershipProvider.ReplaceOAuthRequestTokenWithAccessToken Method

Replaces OAuth request token with access token.

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)
public override void ReplaceOAuthRequestTokenWithAccessToken(
	string requestToken,
	string accessToken,
	string accessTokenSecret
)

Parameters

requestToken
Type: System.String
The request token.
accessToken
Type: System.String
The access token.
accessTokenSecret
Type: System.String
The access token secret.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.