Auth step requires user to set up EMAIL as multifactor authentication by associating an email address and entering the OTP.
// Code retrieved from emailconst emailAddress = 'example@example.com';await confirmSignIn({challengeResponse: emailAddress }); Copy
// Code retrieved from emailconst emailAddress = 'example@example.com';await confirmSignIn({challengeResponse: emailAddress });
Auth step requires user to set up EMAIL as multifactor authentication by associating an email address and entering the OTP.