You are here

abstract public function OAuthStoreAbstract::getServerTokenSecrets in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
5 methods override OAuthStoreAbstract::getServerTokenSecrets()
OAuthStore2Leg::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStoreOracle.php
* Get the token and token secret we obtained from a server. * *
OAuthStorePostgreSQL::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get the token and token secret we obtained from a server.
OAuthStoreSession::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStoreSQL.php
* Get the token and token secret we obtained from a server. * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getServerTokenSecrets($consumer_key, $token, $token_type, $user_id, $name = '');