Optional
Auth step requires user to select an mfa option (SMS | TOTP) to continue with the sign-in flow.
await confirmSignIn({challengeResponse:'TOTP'});// ORawait confirmSignIn({challengeResponse:'SMS'}); Copy
await confirmSignIn({challengeResponse:'TOTP'});// ORawait confirmSignIn({challengeResponse:'SMS'});
Auth step requires user to select an mfa option (SMS | TOTP) to continue with the sign-in flow.