interface ContinueSignInWithEmailSetup {
    signInStep: "CONTINUE_SIGN_IN_WITH_EMAIL_SETUP";
}

Properties

Properties

signInStep: "CONTINUE_SIGN_IN_WITH_EMAIL_SETUP"

Auth step requires user to set up EMAIL as multifactor authentication by associating an email address and entering the OTP.

Example

// Code retrieved from email
const emailAddress = 'example@example.com';
await confirmSignIn({challengeResponse: emailAddress });