abstract public function OAuthStoreAbstract::deleteConsumerAccessToken in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumerAccessToken()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumerAccessToken()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumerAccessToken()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumerAccessToken()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::deleteConsumerAccessToken()
5 methods override OAuthStoreAbstract::deleteConsumerAccessToken()
- OAuthStore2Leg::deleteConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::deleteConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Delete a consumer access token. * *
- OAuthStorePostgreSQL::deleteConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Delete a consumer access token.
- OAuthStoreSession::deleteConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::deleteConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Delete a consumer access token. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 61
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function deleteConsumerAccessToken($token, $user_id, $user_is_admin = false);