1 | <?php |
||
10 | class HeaderApiKeyAuthentication extends TokenAuthorization |
||
11 | { |
||
12 | private $headerName; |
||
13 | |||
14 | public function __construct(string $headerName, TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector) |
||
19 | |||
20 | protected function readAuthorizationToken(): ?string |
||
30 | |||
31 | public function getHeaderName(): string |
||
35 | } |
||
36 |