UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
testappnew
/
vendor
/
kreait
/
firebase-tokens
/
src
/
JWT
/
Contract
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Expirable.php
<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Contract; use DateTimeImmutable; use DateTimeInterface; interface Expirable { /** * @return self */ public function withExpirationTime(DateTimeImmutable $time); public function isExpiredAt(DateTimeInterface $now): bool; public function expiresAt(): DateTimeImmutable; }
Copyright © 2025 - UnknownSec