ChainedChallengeChecker
@ThreadSafe
A ChallengeChecker that checks a list of ChallengeCheckers in order. The challengeCheckers will be executed in the provided coroutineScope.
Checks are ordered and halt after the first failure.
Functions
Link copied to clipboard
Checks the given challenge for validity.