You are here

public function OAuthStoreSession::countConsumerAccessTokens in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::countConsumerAccessTokens()
  2. 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::countConsumerAccessTokens()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::countConsumerAccessTokens()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::countConsumerAccessTokens()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::countConsumerAccessTokens()

Overrides OAuthStoreAbstract::countConsumerAccessTokens

File

lib/oauth-php/library/store/OAuthStoreSession.php, line 139

Class

OAuthStoreSession

Code

public function countConsumerAccessTokens($consumer_key) {
  throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}