You are here

function OAuthDataStore::lookup_token in jQuery social stream 8.2

Same name and namespace in other branches
  1. 8 src/Twitter/OAuthDataStore.php \Drupal\jquery_social_stream\Twitter\OAuthDataStore::lookup_token()

File

src/Twitter/OAuthDataStore.php, line 10

Class

OAuthDataStore

Namespace

Drupal\jquery_social_stream\Twitter

Code

function lookup_token($consumer, $token_type, $token) {

  // implement me
}