public ExpireRequestTokenAndStoreNewAccessToken ( string consumerKey, string requestToken, string accessToken, string accessTokenSecret ) : void | ||
consumerKey | string | The Consumer that is exchanging its request token for an access token. |
requestToken | string | The Consumer's request token that should be deleted/expired. |
accessToken | string | The new access token that is being issued to the Consumer. |
accessTokenSecret | string | The secret associated with the newly issued access token. |
return | void |