<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Contract; interface Keys { /** * @return array<string, string> */ public function all(): array; }
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 |
|