<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Contract; use DateTimeImmutable; use DateTimeInterface; interface Expirable { public function withExpirationTime(DateTimeImmutable $time): self; public function isExpiredAt(DateTimeInterface $now): bool; public function expiresAt(): DateTimeImmutable; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Expirable.php | File | 333 B | 0644 |
|
ExpirableTrait.php | File | 624 B | 0644 |
|
Keys.php | File | 180 B | 0644 |
|
KeysTrait.php | File | 293 B | 0644 |
|
Token.php | File | 359 B | 0644 |
|