You are here

public static property JWT::$leeway in Auth0 Single Sign On 8.2

When checking nbf, iat or expiration times, we want to provide some extra leeway time to account for clock skew.

File

vendor/firebase/php-jwt/src/JWT.php, line 34

Class

JWT
JSON Web Token implementation, based on this spec: https://tools.ietf.org/html/rfc7519

Namespace

Firebase\JWT

Code

public static $leeway = 0;