You are here

protected property OAuthStorePostgreSQL::$max_timestamp_skew in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStorePostgreSQL.php \OAuthStorePostgreSQL::max_timestamp_skew
  2. 7.2 lib/oauth-php/library/store/OAuthStorePostgreSQL.php \OAuthStorePostgreSQL::max_timestamp_skew
  3. 7.4 lib/oauth-php/library/store/OAuthStorePostgreSQL.php \OAuthStorePostgreSQL::max_timestamp_skew
  4. 7.5 lib/oauth-php/library/store/OAuthStorePostgreSQL.php \OAuthStorePostgreSQL::max_timestamp_skew
  5. 7.6 lib/oauth-php/library/store/OAuthStorePostgreSQL.php \OAuthStorePostgreSQL::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/OAuthStorePostgreSQL.php, line 46

Class

OAuthStorePostgreSQL

Code

protected $max_timestamp_skew = 600;