@auth0/auth0-acul-js - v0.1.0-beta.8
    Preparing search index...

    Interface MfaPhoneEnrollmentContinueOptions

    Options for continuing with the MFA phone enrollment.

    Extends CustomOptions to allow passing custom options alongside phone and type.

    interface MfaPhoneEnrollmentContinueOptions {
        phone: string;
        type: "sms" | "voice";
        [key: string]: undefined | string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: undefined | string | number | boolean
    Index

    Properties

    Properties

    phone: string
    type: "sms" | "voice"