setDelayResponseUntilChallengeSolvedOrCancelled

final Unit setDelayResponseUntilChallengeSolvedOrCancelled(Boolean delayResponseUntilChallengeSolvedOrCancelled)

Indication that responses for blocked requests should be delayed until the challenge was solved or cancelled by the user. This property is relevant only when requestsInterceptedAutomaticallyEnabled is true. Notice that enabling this could mean that your request handler code will not be called at all (for example, when the user does not solve the challenge). Default is false.