Home
last modified time | relevance | path

Searched refs:leeway (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php42 public static $leeway = 0; variable in Firebase\\JWT\\JWT
146 if (isset($payload->nbf) && $payload->nbf > ($timestamp + static::$leeway)) {
155 if (isset($payload->iat) && $payload->iat > ($timestamp + static::$leeway)) {
162 if (isset($payload->exp) && ($timestamp - static::$leeway) >= $payload->exp) {
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php221 if (property_exists($jwtClass, 'leeway') && $jwtClass::$leeway < 1) {
224 $jwtClass::$leeway = 1;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md59 * You can add a leeway to account for when there is a clock skew times between
60 * the signing and verifying servers. It is recommended that this leeway should
65 JWT::$leeway = 60; // $leeway in seconds
284 - Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …available sources at its discretion. This provides them with significant leeway to tailor their se…