abstract public function OAuthStoreAbstract::getServerTokenSecrets in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getServerTokenSecrets()
5 methods override OAuthStoreAbstract::getServerTokenSecrets()
- OAuthStore2Leg::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Get the token and token secret we obtained from a server. * *
- OAuthStorePostgreSQL::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Get the token and token secret we obtained from a server.
- OAuthStoreSession::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get the token and token secret we obtained from a server. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 36
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function getServerTokenSecrets($consumer_key, $token, $token_type, $user_id, $name = '');