| 1 | <?php |
||
| 10 | class RequireSecondFactorSelectedService |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var ResponseContext |
||
| 14 | */ |
||
| 15 | private $responseContext; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * RequireSecondFactorSelectedService constructor. |
||
| 19 | * @param ResponseContext $responseContext |
||
| 20 | */ |
||
| 21 | public function __construct(ResponseContext $responseContext) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param LoggerInterface $contextualLogger |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function requireSelectedSecondFactor(LoggerInterface $contextualLogger) |
||
| 44 | } |
||
| 45 |