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