You are here

function OAuthDataStore::lookup_nonce in OAuth 1.0 6

Same name and namespace in other branches
  1. 6.3 lib/OAuth.php \OAuthDataStore::lookup_nonce()
  2. 7.3 lib/OAuth.php \OAuthDataStore::lookup_nonce()
3 methods override OAuthDataStore::lookup_nonce()
DrupalOAuthDataStore::lookup_nonce in ./oauth.module
MockOAuthDataStore::lookup_nonce in ./OAuth_TestServer.php
SimpleOAuthDataStore::lookup_nonce in ./OAuth.php

File

./OAuth.php, line 644

Class

OAuthDataStore

Code

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

  /*{{{*/

  // implement me
}