You are here

public function OAuthStoreSession::getServerToken in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerToken()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerToken()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerToken()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerToken()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getServerToken()

Overrides OAuthStoreAbstract::getServerToken

File

lib/oauth-php/library/store/OAuthStoreSession.php, line 117

Class

OAuthStoreSession

Code

public function getServerToken($consumer_key, $token, $user_id) {
  throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}