You are here

abstract public function OAuthStoreAbstract::addServerToken in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addServerToken()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addServerToken()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addServerToken()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addServerToken()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::addServerToken()
5 methods override OAuthStoreAbstract::addServerToken()
OAuthStore2Leg::addServerToken in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::addServerToken in lib/oauth-php/library/store/OAuthStoreOracle.php
* Add a request token we obtained from a server. * * @todo remove old tokens for this user and this ocr_id *
OAuthStorePostgreSQL::addServerToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Add a request token we obtained from a server.
OAuthStoreSession::addServerToken in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::addServerToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add a request token we obtained from a server. * * @todo remove old tokens for this user and this ocr_id *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function addServerToken($consumer_key, $token_type, $token, $token_secret, $user_id, $options = array());