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