Home
last modified time | relevance | path

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

/plugin/authgoogle/google/auth/
H A DGoogle_AssertionCredentials.php24 const MAX_TOKEN_LIFETIME_SECS = 3600; define in Google_AssertionCredentials
H A DGoogle_OAuth2.php49 const MAX_TOKEN_LIFETIME_SECS = 86400; // one day in seconds define in Google_OAuth2
427 if ($exp >= $now + self::MAX_TOKEN_LIFETIME_SECS) {