public function OAuthStore2Leg::getSecretsForVerify in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getSecretsForVerify()
- 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getSecretsForVerify()
- 7.3 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getSecretsForVerify()
- 7.4 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getSecretsForVerify()
- 7.6 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::getSecretsForVerify()
Overrides OAuthStoreAbstract::getSecretsForVerify
File
- lib/
oauth-php/ library/ store/ OAuthStore2Leg.php, line 58
Class
Code
public function getSecretsForVerify($consumer_key, $token, $token_type = 'access') {
throw new OAuthException2("OAuthStore2Leg doesn't support " . __METHOD__);
}