HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_SKEW_SECS (Results 1 - 2 of 2) sorted by null

  /external/python/oauth2client/oauth2client/
crypt.py 29 CLOCK_SKEW_SECS = 300 # 5 minutes in seconds
159 ``CLOCK_SKEW_SECS``).
196 earliest = issued_at - CLOCK_SKEW_SECS
201 latest = expiration + CLOCK_SKEW_SECS
  /external/python/oauth2client/tests/
test_crypt.py 218 'iat': current_time + crypt.CLOCK_SKEW_SECS + 1,
234 'exp': current_time - crypt.CLOCK_SKEW_SECS - 1,

Completed in 191 milliseconds