You are here

public function OAuthStoreSession::authorizeConsumerRequestToken in Lingotek Translation 7.6

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

Overrides OAuthStoreAbstract::authorizeConsumerRequestToken

File

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

Class

OAuthStoreSession

Code

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