You are here

function OAuthDataStore::lookup_nonce in OAuth 1.0 6.3

Same name and namespace in other branches
  1. 6 OAuth.php \OAuthDataStore::lookup_nonce()
  2. 7.3 lib/OAuth.php \OAuthDataStore::lookup_nonce()
1 method overrides OAuthDataStore::lookup_nonce()
DrupalOAuthDataStore::lookup_nonce in includes/DrupalOAuthDataStore.inc
Check if the nonce value exists. If not, generate one.

File

lib/OAuth.php, line 743
OAuth 1.0 server and client library.

Class

OAuthDataStore

Code

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

  // implement me
}