Auth0 Universal Components
    Preparing search index...

    Interface MFAMessages

    Interface for MFA messages that can be used in the UI.

    interface MFAMessages {
        actions?: string;
        "app-store"?: string;
        back?: string;
        cancel?: string;
        component_error_description?: string;
        "component_error_title?": string;
        confirm?: string;
        confirmation?: string;
        continue: string;
        delete?: string;
        delete_mfa_content?: string;
        delete_mfa_email_consent?: string;
        delete_mfa_phone_consent?: string;
        "delete_mfa_push-notification_consent"?: string;
        "delete_mfa_recovery-code_consent"?: string;
        delete_mfa_title?: string;
        delete_mfa_totp_consent?: string;
        deleting?: string;
        description?: string;
        duo?: MFAFactorContent;
        email?: MFAFactorContent;
        enabled?: string;
        enroll?: string;
        enroll_factor?: string;
        enrolled?: string;
        enrollment?: string;
        enrollment_form?: MFAEnrollmentForm;
        errors?: {
            delete_factor?: string;
            factors_loading_error?: string;
            failed?: string;
        };
        "google-play"?: string;
        loading?: string;
        no_active_mfa?: string;
        otp?: MFAFactorContent;
        "push-notification"?: MFAFactorContent;
        "recovery-code"?: MFAFactorContent;
        remove?: string;
        remove_factor?: string;
        sms?: MFAFactorContent;
        submit?: string;
        title?: string;
        "webauthn-platform"?: MFAFactorContent;
        "webauthn-roaming"?: MFAFactorContent;
    }
    Index

    Properties

    actions?: string
    "app-store"?: string
    back?: string
    cancel?: string
    component_error_description?: string
    "component_error_title?": string
    confirm?: string
    confirmation?: string
    continue: string
    delete?: string
    delete_mfa_content?: string
    delete_mfa_email_consent?: string
    delete_mfa_phone_consent?: string
    "delete_mfa_push-notification_consent"?: string
    "delete_mfa_recovery-code_consent"?: string
    delete_mfa_title?: string
    delete_mfa_totp_consent?: string
    deleting?: string
    description?: string
    enabled?: string
    enroll?: string
    enroll_factor?: string
    enrolled?: string
    enrollment?: string
    enrollment_form?: MFAEnrollmentForm
    errors?: {
        delete_factor?: string;
        factors_loading_error?: string;
        failed?: string;
    }
    "google-play"?: string
    loading?: string
    no_active_mfa?: string
    "push-notification"?: MFAFactorContent
    "recovery-code"?: MFAFactorContent
    remove?: string
    remove_factor?: string
    submit?: string
    title?: string
    "webauthn-platform"?: MFAFactorContent
    "webauthn-roaming"?: MFAFactorContent