abstract public function OAuthStoreAbstract::listConsumerTokens in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
5 methods override OAuthStoreAbstract::listConsumerTokens()
- OAuthStore2Leg::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Fetch a list of all consumer tokens accessing the account of the given user. * *
- OAuthStorePostgreSQL::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch a list of all consumer tokens accessing the account of the given user.
- OAuthStoreSession::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch a list of all consumer tokens accessing the account of the given user. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 66
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function listConsumerTokens($user_id);