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