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