abstract public function OAuthStoreAbstract::getConsumerRequestToken in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerRequestToken()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerRequestToken()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerRequestToken()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerRequestToken()
- 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerRequestToken()
5 methods override OAuthStoreAbstract::getConsumerRequestToken()
- OAuthStore2Leg::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Fetch the consumer request token, by request token. * *
- OAuthStorePostgreSQL::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch the consumer request token, by request token.
- OAuthStoreSession::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch the consumer request token, by request token. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 55
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function getConsumerRequestToken($token);