function OAuthDataStore::lookup_nonce in OAuth 1.0 6
Same name and namespace in other branches
- 6.3 lib/OAuth.php \OAuthDataStore::lookup_nonce()
- 7.3 lib/OAuth.php \OAuthDataStore::lookup_nonce()
3 methods override OAuthDataStore::lookup_nonce()
File
- ./
OAuth.php, line 644
Class
Code
function lookup_nonce($consumer, $token, $nonce, $timestamp) {
/*{{{*/
// implement me
}