You are here

abstract public function OAuthStoreAbstract::getServerToken in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerToken()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerToken()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerToken()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerToken()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerToken()
5 methods override OAuthStoreAbstract::getServerToken()
OAuthStore2Leg::getServerToken in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getServerToken in lib/oauth-php/library/store/OAuthStoreOracle.php
* Get a specific server token for the given user * *
OAuthStorePostgreSQL::getServerToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get a specific server token for the given user
OAuthStoreSession::getServerToken in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getServerToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Get a specific server token for the given user * *

File

lib/oauth-php/library/store/OAuthStoreAbstract.class.php, line 44

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getServerToken($consumer_key, $token, $user_id);