abstract public function OAuthStoreAbstract::checkServerNonce in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::checkServerNonce()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::checkServerNonce()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::checkServerNonce()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::checkServerNonce()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::checkServerNonce()
5 methods override OAuthStoreAbstract::checkServerNonce()
- OAuthStore2Leg::checkServerNonce in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::checkServerNonce in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Check an nonce/timestamp combination. Clears any nonce combinations * that are older than the one received. * *
- OAuthStorePostgreSQL::checkServerNonce in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Check an nonce/timestamp combination. Clears any nonce combinations that are older than the one received.
- OAuthStoreSession::checkServerNonce in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::checkServerNonce in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Check an nonce/timestamp combination. Clears any nonce combinations * that are older than the one received. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 68
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function checkServerNonce($consumer_key, $token, $timestamp, $nonce);