PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
backup
/
core
/
vendor
/
lcobucci
/
jwt
/
src
/
Token
<?php declare(strict_types=1); namespace Lcobucci\JWT\Token; use InvalidArgumentException; use Lcobucci\JWT\Exception; final class UnsupportedHeaderFound extends InvalidArgumentException implements Exception { public static function encryption(): self { return new self('Encryption is not supported yet'); } }
[-] DataSet.php
[edit]
[+]
..
[-] UnsupportedHeaderFound.php
[edit]
[-] Parser.php
[edit]
[-] Builder.php
[edit]
[-] RegisteredClaimGiven.php
[edit]
[-] RegisteredClaims.php
[edit]
[-] Plain.php
[edit]
[-] InvalidTokenStructure.php
[edit]
[-] Signature.php
[edit]