File Manager Lite
Dir:
/home/durantab/esebok.com/vendor/firebase/php-jwt/src
Upload
[..]
BeforeValidException.php (357 B)
Edit
Rename
Del
CachedKeySet.php (7.12 KB)
Edit
Rename
Del
ExpiredException.php (353 B)
Edit
Rename
Del
JWK.php (11.78 KB)
Edit
Rename
Del
JWT.php (23.66 KB)
Edit
Rename
Del
JWTExceptionWithPayloadInterface.php (396 B)
Edit
Rename
Del
Edit: BeforeValidException.php
<?php namespace Firebase\JWT; class BeforeValidException extends \UnexpectedValueException implements JWTExceptionWithPayloadInterface { private object $payload; public function setPayload(object $payload): void { $this->payload = $payload; } public function getPayload(): object { return $this->payload; } }
Simpan