You are here

abstract public function OAuthStoreAbstract::listConsumerTokens in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::listConsumerTokens()
  5. 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);