An OAuth Consumer for .NET 2.0
BuildAndStoreRequestToken Method (consumerKey, parameters, store)
NamespacesExtremeSwank.OAuthOAuthServerBuildAndStoreRequestToken(String, NameValueCollection, IServerTokenStore)
Create a new Request Token using the given arguments, and store it using the supplied token storage.
Declaration Syntax
C#Visual BasicVisual C++
public static ServerRequestToken BuildAndStoreRequestToken(
	string consumerKey,
	NameValueCollection parameters,
	IServerTokenStore store
)
Public Shared Function BuildAndStoreRequestToken ( _
	consumerKey As String, _
	parameters As NameValueCollection, _
	store As IServerTokenStore _
) As ServerRequestToken
public:
static ServerRequestToken^ BuildAndStoreRequestToken(
	String^ consumerKey, 
	NameValueCollection^ parameters, 
	IServerTokenStore^ store
)
Parameters
consumerKey (String)
Key of the consumer that is making the request.
parameters (NameValueCollection)
Additional parameters that will be stored in the Request Token.
store (IServerTokenStore)
Token storage provider.
Return Value
A new ServerRequestToken.

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