interface ConfirmSignUpStep {
    signInStep: "CONFIRM_SIGN_UP";
}

Properties

Properties

signInStep: "CONFIRM_SIGN_UP"

Auth step requires to confirm user's sign-up.

Try calling confirmSignUp.