abstract public function OAuthStoreAbstract::setConsumerAccessTokenTtl in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::setConsumerAccessTokenTtl()
- 7.5 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);