function OAuthDataStore::lookup_consumer in OAuth 1.0 6.3
Same name and namespace in other branches
- 6 OAuth.php \OAuthDataStore::lookup_consumer()
- 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
Code
function lookup_consumer($consumer_key) {
// implement me
}