beginChallenge abstract method
Atomically starts or bypasses a pending challenge.
Implementation
FutureOr<AuthTwoFactorCommandResult> beginChallenge(
AuthTwoFactorBeginChallengeCommand command,
);
Atomically starts or bypasses a pending challenge.
FutureOr<AuthTwoFactorCommandResult> beginChallenge(
AuthTwoFactorBeginChallengeCommand command,
);