OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
firebase-tokens
/
src
/
JWT
/
Action
/
FetchGooglePublicKeys
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:36:29 AM
rwxr-xr-x
📄
Handler.php
416 bytes
08/12/2024 10:36:29 AM
rw-r--r--
📄
WithGuzzle6.php
2.78 KB
08/12/2024 10:36:29 AM
rw-r--r--
📄
WithHandlerDiscovery.php
1.06 KB
08/12/2024 10:36:29 AM
rw-r--r--
📄
WithPsr16SimpleCache.php
1.96 KB
08/12/2024 10:36:29 AM
rw-r--r--
📄
WithPsr6Cache.php
2.49 KB
08/12/2024 10:36:29 AM
rw-r--r--
📄
WithStreamContext.php
2.56 KB
08/12/2024 10:36:29 AM
rw-r--r--
Editing: Handler.php
Close
<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Action\FetchGooglePublicKeys; use Kreait\Firebase\JWT\Action\FetchGooglePublicKeys; use Kreait\Firebase\JWT\Contract\Keys; use Kreait\Firebase\JWT\Error\FetchingGooglePublicKeysFailed; interface Handler { /** * @throws FetchingGooglePublicKeysFailed */ public function handle(FetchGooglePublicKeys $action): Keys; }