You are here

function SimpleOAuthDataStore::lookup_nonce in OAuth 1.0 6

Overrides OAuthDataStore::lookup_nonce

File

./OAuth.php, line 699

Class

SimpleOAuthDataStore

Code

function lookup_nonce($consumer, $token, $nonce, $timestamp) {

  /*{{{*/
  return dba_exists("nonce_{$nonce}", $this->dbh);
}