Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
Dcrypt.py29 CLOCK_SKEW_SECS = 300 # 5 minutes in seconds variable
196 earliest = issued_at - CLOCK_SKEW_SECS
201 latest = expiration + CLOCK_SKEW_SECS
/external/python/oauth2client/tests/
Dtest_crypt.py218 'iat': current_time + crypt.CLOCK_SKEW_SECS + 1,
234 'exp': current_time - crypt.CLOCK_SKEW_SECS - 1,