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