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