You are here

abstract public function OAuthStoreAbstract::updateConsumer in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
5 methods override OAuthStoreAbstract::updateConsumer()
OAuthStore2Leg::updateConsumer in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::updateConsumer in lib/oauth-php/library/store/OAuthStoreOracle.php
* Insert/update a new consumer with this server (we will be the server) * When this is a new consumer, then also generate the consumer key and secret. * Never updates the consumer key and secret. * When the id is set, then the key and secret…
OAuthStorePostgreSQL::updateConsumer in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Insert/update a new consumer with this server (we will be the server) When this is a new consumer, then also generate the consumer key and secret. Never updates the consumer key and secret. When the id is set, then the key and secret must correspond…
OAuthStoreSession::updateConsumer in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::updateConsumer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Insert/update a new consumer with this server (we will be the server) * When this is a new consumer, then also generate the consumer key and secret. * Never updates the consumer key and secret. * When the id is set, then the key and secret…

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function updateConsumer($consumer, $user_id, $user_is_admin = false);