You are here

public function OAuthStoreSession::checkServerNonce in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::checkServerNonce()
  2. 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::checkServerNonce()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::checkServerNonce()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::checkServerNonce()
  5. 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

OAuthStoreSession

Code

public function checkServerNonce($consumer_key, $token, $timestamp, $nonce) {
  throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}