Searched refs:CLOCK_SKEW_SECS (Results 1 – 2 of 2) sorted by relevance
29 CLOCK_SKEW_SECS = 300 # 5 minutes in seconds variable196 earliest = issued_at - CLOCK_SKEW_SECS201 latest = expiration + CLOCK_SKEW_SECS
218 'iat': current_time + crypt.CLOCK_SKEW_SECS + 1,234 'exp': current_time - crypt.CLOCK_SKEW_SECS - 1,