An OAuth Consumer for .NET 2.0
AuthorizeRequestToken Method (requestTokenKey, userAccount, approvedScope, store)
NamespacesExtremeSwank.OAuthOAuthServerAuthorizeRequestToken(String, String, array<String>[]()[], IServerTokenStore)
Authorize a Request Token, thereby generating an associated Access Token.
Declaration Syntax
C#Visual BasicVisual C++
public static void AuthorizeRequestToken(
	string requestTokenKey,
	string userAccount,
	string[] approvedScope,
	IServerTokenStore store
)
Public Shared Sub AuthorizeRequestToken ( _
	requestTokenKey As String, _
	userAccount As String, _
	approvedScope As String(), _
	store As IServerTokenStore _
)
public:
static void AuthorizeRequestToken(
	String^ requestTokenKey, 
	String^ userAccount, 
	array<String^>^ approvedScope, 
	IServerTokenStore^ store
)
Parameters
requestTokenKey (String)
Key of the request token.
userAccount (String)
The associated user account.
approvedScope (array< String >[]()[])
The optional scope parameters.
store (IServerTokenStore)
Token storage object to use.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)