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