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