public function OAuthStore2Leg::getConsumerRequestToken in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getConsumerRequestToken()
- 7.3 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getConsumerRequestToken()
- 7.4 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getConsumerRequestToken()
- 7.5 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getConsumerRequestToken()
- 7.6 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getConsumerRequestToken()
Overrides OAuthStoreAbstract::getConsumerRequestToken
File
- lib/
oauth-php/ library/ store/ OAuthStore2Leg.php, line 92
Class
Code
public function getConsumerRequestToken($token) {
throw new OAuthException2("OAuthStore2Leg doesn't support " . __METHOD__);
}