public function OAuthStore2Leg::setServerTokenTtl in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::setServerTokenTtl()
- 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::setServerTokenTtl()
- 7.4 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::setServerTokenTtl()
- 7.5 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::setServerTokenTtl()
- 7.6 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::setServerTokenTtl()
File
- lib/
oauth-php/ library/ store/ OAuthStore2Leg.php, line 78
Class
Code
public function setServerTokenTtl($consumer_key, $token, $token_ttl) {
//This method just needs to exist. It doesn't have to do anything!
}