| 1 | <?php |
||
| 22 | final class ConsentEndpointController extends ConsentEndpoint |
||
| 23 | { |
||
| 24 | private $router; |
||
| 25 | |||
| 26 | public function __construct(ResponseFactory $responseFactory, SessionInterface $session, ConsentHandler $consentHandler, RouterInterface $router) |
||
| 31 | |||
| 32 | protected function getRouteFor(string $action, string $authorizationId): string |
||
| 36 | } |
||
| 37 |