public static property JWT::$timestamp in Auth0 Single Sign On 8.2
Allow the current timestamp to be specified. Useful for fixing a value within unit testing.
Will default to PHP time() value if null.
File
- vendor/
firebase/ php-jwt/ src/ JWT.php, line 42
Class
- JWT
- JSON Web Token implementation, based on this spec: https://tools.ietf.org/html/rfc7519
Namespace
Firebase\JWTCode
public static $timestamp = null;