protected property OAuthStoreOracle::$max_timestamp_skew in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::max_timestamp_skew
- 7.2 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::max_timestamp_skew
- 7.4 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::max_timestamp_skew
- 7.5 lib/oauth-php/library/store/OAuthStoreOracle.php \OAuthStoreOracle::max_timestamp_skew
- 7.6 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
Code
protected $max_timestamp_skew = MAX_TIMESTAMP_SKEW;