Authorize a Request Token, thereby generating an associated Access Token.
| C# | Visual Basic | Visual 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 )
- 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.