You are here

public function OAuthStoreSession::setServerTokenTtl in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::setServerTokenTtl()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::setServerTokenTtl()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::setServerTokenTtl()
  4. 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::setServerTokenTtl()
  5. 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::setServerTokenTtl()

File

lib/oauth-php/library/store/OAuthStoreSession.php, line 122

Class

OAuthStoreSession

Code

public function setServerTokenTtl($consumer_key, $token, $token_ttl) {

  //This method just needs to exist. It doesn't have to do anything!
}