Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | final class TokenRevocationGetEndpoint extends TokenRevocationEndpoint |
||
21 | { |
||
22 | /** |
||
23 | * @var bool |
||
24 | */ |
||
25 | private $allowJson; |
||
26 | |||
27 | public function __construct(TokenTypeHintManager $tokenTypeHintManager, ResponseFactoryInterface $responseFactory, bool $allowJson) |
||
31 | } |
||
32 | |||
33 | protected function getRequestParameters(ServerRequestInterface $request): array |
||
44 |