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