public function OAuthStoreSession::authorizeConsumerRequestToken in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::authorizeConsumerRequestToken()
- 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::authorizeConsumerRequestToken()
- 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::authorizeConsumerRequestToken()
- 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::authorizeConsumerRequestToken()
- 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::authorizeConsumerRequestToken()
Overrides OAuthStoreAbstract::authorizeConsumerRequestToken
File
- lib/
oauth-php/ library/ store/ OAuthStoreSession.php, line 138
Class
Code
public function authorizeConsumerRequestToken($token, $user_id, $referrer_host = '') {
throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}