%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/kreait/firebase-tokens/src/JWT/Contract/ |
| Current File : /home/graphicd/public_html/vebto/vendor/kreait/firebase-tokens/src/JWT/Contract/Keys.php |
<?php
declare(strict_types=1);
namespace Kreait\Firebase\JWT\Contract;
interface Keys
{
/**
* @return array<string, string>
*/
public function all(): array;
}