You are here

protected property OAuthStoreOracle::$max_timestamp_skew in Lingotek Translation 7.6

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

Maximum delta a timestamp may be off from a previous timestamp. Allows multiple consumers with some clock skew to work with the same token. Unit is seconds, default max skew is 10 minutes.

File

lib/oauth-php/library/store/OAuthStoreOracle.php, line 43

Class

OAuthStoreOracle

Code

protected $max_timestamp_skew = MAX_TIMESTAMP_SKEW;