Searched refs:MAX_TOKEN_LIFETIME_SECS (Results 1 – 3 of 3) sorted by relevance
31 MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds variable191 if expiration >= now + MAX_TOKEN_LIFETIME_SECS:
82 MAX_TOKEN_LIFETIME_SECS = 3600 variable in ServiceAccountCredentials381 'exp': now + self.MAX_TOKEN_LIFETIME_SECS,
204 '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,