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