File Manager Lite
Dir:
/home/durantab/esebok.com/vendor/firebase/php-jwt/src
Upload
[..]
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: JWTExceptionWithPayloadInterface.php
<?php namespace Firebase\JWT; interface JWTExceptionWithPayloadInterface { /** * Get the payload that caused this exception. * * @return object */ public function getPayload(): object; /** * Get the payload that caused this exception. * * @param object $payload * @return void */ public function setPayload(object $payload): void; }
Simpan