1 | <?php |
||
10 | class QueryApiKeyAuthentication extends TokenAuthorization |
||
11 | { |
||
12 | private $queryParamName; |
||
13 | |||
14 | public function __construct(string $queryParamName, TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector) |
||
19 | |||
20 | protected function readAuthorizationToken(): ?string |
||
29 | |||
30 | public function getQueryParamName(): string |
||
34 | } |
||
35 |