You are here

function OAuthDataStore::lookup_consumer in OAuth 1.0 6.3

Same name and namespace in other branches
  1. 6 OAuth.php \OAuthDataStore::lookup_consumer()
  2. 7.3 lib/OAuth.php \OAuthDataStore::lookup_consumer()
1 method overrides OAuthDataStore::lookup_consumer()
DrupalOAuthDataStore::lookup_consumer in includes/DrupalOAuthDataStore.inc
Check if consumer exists from a given consumer key.

File

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

Class

OAuthDataStore

Code

function lookup_consumer($consumer_key) {

  // implement me
}