ChallengeManager constructor
Implementation
ChallengeManager({
required this.serverId,
this.ttl = kDefaultAuthenticationChallengeTtl,
this.maxAttempts = kDefaultAuthenticationMaxAttempts,
DateTime Function()? now,
}) : _now = now ?? DateTime.now;