You are here

abstract public function OAuthStoreAbstract::deleteConsumer in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumer()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumer()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumer()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumer()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumer()
5 methods override OAuthStoreAbstract::deleteConsumer()
OAuthStore2Leg::deleteConsumer in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::deleteConsumer in lib/oauth-php/library/store/OAuthStoreOracle.php
* Delete a consumer key. This removes access to our site for all applications using this key. * *
OAuthStorePostgreSQL::deleteConsumer in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Delete a consumer key. This removes access to our site for all applications using this key.
OAuthStoreSession::deleteConsumer in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::deleteConsumer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Delete a consumer key. This removes access to our site for all applications using this key. * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function deleteConsumer($consumer_key, $user_id, $user_is_admin = false);