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