Home
last modified time | relevance | path

Searched refs:MAX_TOKEN_LIFETIME_SECS (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/oauth2client/
Dcrypt.py31 MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds variable
191 if expiration >= now + MAX_TOKEN_LIFETIME_SECS:
Dservice_account.py82 MAX_TOKEN_LIFETIME_SECS = 3600 variable in ServiceAccountCredentials
381 'exp': now + self.MAX_TOKEN_LIFETIME_SECS,
/external/python/oauth2client/tests/
Dtest_crypt.py204 'exp': current_time + crypt.MAX_TOKEN_LIFETIME_SECS + 1,
219 'exp': current_time + crypt.MAX_TOKEN_LIFETIME_SECS - 1,
249 'exp': current_time + crypt.MAX_TOKEN_LIFETIME_SECS - 1,