You are here

abstract public function OAuthStoreAbstract::setConsumerAccessTokenTtl in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
5 methods override OAuthStoreAbstract::setConsumerAccessTokenTtl()
OAuthStore2Leg::setConsumerAccessTokenTtl in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::setConsumerAccessTokenTtl in lib/oauth-php/library/store/OAuthStoreOracle.php
* Set the ttl of a consumer access token. This is done when the * server receives a valid request with a xoauth_token_ttl parameter in it. * *
OAuthStorePostgreSQL::setConsumerAccessTokenTtl in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Set the ttl of a consumer access token. This is done when the server receives a valid request with a xoauth_token_ttl parameter in it.
OAuthStoreSession::setConsumerAccessTokenTtl in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::setConsumerAccessTokenTtl in lib/oauth-php/library/store/OAuthStoreSQL.php
* Set the ttl of a consumer access token. This is done when the * server receives a valid request with a xoauth_token_ttl parameter in it. * *

File

lib/oauth-php/library/store/OAuthStoreAbstract.class.php, line 62

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function setConsumerAccessTokenTtl($token, $ttl);