Searched refs:timestamp_threshold (Results 1 – 2 of 2) sorted by relevance
587 timestamp_threshold = 300 # In seconds, five minutes. variable in Server667 if lapsed > self.timestamp_threshold:670 self.timestamp_threshold))
481 protected $timestamp_threshold = 300; // in seconds, five minutes variable in OAuthServer672 if (abs($now - $timestamp) > $this->timestamp_threshold) {