Home
last modified time | relevance | path

Searched refs:timestamp_threshold (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py587 timestamp_threshold = 300 # In seconds, five minutes. variable in Server
667 if lapsed > self.timestamp_threshold:
670 self.timestamp_threshold))
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php481 protected $timestamp_threshold = 300; // in seconds, five minutes variable in OAuthServer
672 if (abs($now - $timestamp) > $this->timestamp_threshold) {