abstract public function OAuthStoreAbstract::updateConsumer in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::updateConsumer()
- 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);