interface AutoSignInSignUpStep<UserAttributeKey> {
    codeDeliveryDetails?: AuthCodeDeliveryDetails<UserAttributeKey>;
    signUpStep: "COMPLETE_AUTO_SIGN_IN";
}

Type Parameters

Properties

signUpStep: "COMPLETE_AUTO_SIGN_IN"