Searched refs:MAX_TOKEN_LIFETIME_SECS (Results 1 – 3 of 3) sorted by relevance
38 MAX_TOKEN_LIFETIME_SECS = 3600 # 1 hour in seconds variable in _ServiceAccountCredentials73 'exp': now + _ServiceAccountCredentials.MAX_TOKEN_LIFETIME_SECS,
31 MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds variable441 if exp >= now + MAX_TOKEN_LIFETIME_SECS:
1473 MAX_TOKEN_LIFETIME_SECS = 3600 # 1 hour in seconds variable in SignedJwtAssertionCredentials1546 'exp': now + SignedJwtAssertionCredentials.MAX_TOKEN_LIFETIME_SECS,