Create a new Request Token using the given arguments, and store it using the supplied
token storage.
| C# | Visual Basic | Visual 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 )
- 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.
A new ServerRequestToken.