string
askHiddenResponse(OutputInterface $output, string|array $question, bool $fallback = true)
Asks a question to the user, the response is hidden.
Parameters OutputInterface $output An Output instance string|array $question The question bool $fallback In case the response can not be hidden, whether to fallback on non-hidden question or not Return Value string The answer Exceptions RuntimeException In case the fallback is deactivated and the response can not be hidden