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