1 | <?php |
||
22 | final class CustomChecker implements ClaimCheckerInterface, HeaderCheckerInterface |
||
23 | { |
||
24 | public function checkClaim($value) |
||
30 | |||
31 | public function supportedClaim(): string |
||
35 | |||
36 | public function checkHeader($value) |
||
42 | |||
43 | public function supportedHeader(): string |
||
47 | |||
48 | public function protectedHeaderOnly(): bool |
||
52 | } |
||
53 |