Auth0 Universal Components
    Preparing search index...

    Interface UserMFAMgmtClasses

    CSS class names for customizing the UserMFAMgmt component styling.

    const classes: UserMFAMgmtClasses = {
    'UserMFAMgmt-card': 'my-custom-card-class',
    'UserMFASetupForm-dialogContent': 'my-dialog-class',
    };
    interface UserMFAMgmtClasses {
        "DeleteFactorConfirmation-dialogContent"?: string;
        "UserMFAMgmt-card"?: string;
        "UserMFASetupForm-dialogContent"?: string;
    }
    Index

    Properties

    "DeleteFactorConfirmation-dialogContent"?: string

    Custom class for the delete confirmation dialog content

    "UserMFAMgmt-card"?: string

    Custom class for the main MFA management card container

    "UserMFASetupForm-dialogContent"?: string

    Custom class for the MFA setup form dialog content