Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py38 MAX_TOKEN_LIFETIME_SECS = 3600 # 1 hour in seconds variable in _ServiceAccountCredentials
73 'exp': now + _ServiceAccountCredentials.MAX_TOKEN_LIFETIME_SECS,
Dcrypt.py31 MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds variable
441 if exp >= now + MAX_TOKEN_LIFETIME_SECS:
Dclient.py1473 MAX_TOKEN_LIFETIME_SECS = 3600 # 1 hour in seconds variable in SignedJwtAssertionCredentials
1546 'exp': now + SignedJwtAssertionCredentials.MAX_TOKEN_LIFETIME_SECS,