You are here

protected property OAuthStoreSQL::$max_request_token_ttl in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::max_request_token_ttl
  2. 7.2 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::max_request_token_ttl
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::max_request_token_ttl
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::max_request_token_ttl
  5. 7.6 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::max_request_token_ttl

* Default ttl for request tokens

File

lib/oauth-php/library/store/OAuthStoreSQL.php, line 51

Class

OAuthStoreSQL

Code

protected $max_request_token_ttl = 3600;