Auth0 Universal Components
    Preparing search index...

    Interface DomainConfigureMessages

    interface DomainConfigureMessages {
        modal?: {
            actions?: { close_button_text?: string };
            description?: string;
            table?: {
                actions?: {
                    add_provider_button_text?: string;
                    view_provider_button_text?: string;
                };
                columns?: { name?: string; provider?: string };
                empty_message?: string;
            };
            title?: string;
        };
    }
    Index

    Properties

    Properties

    modal?: {
        actions?: { close_button_text?: string };
        description?: string;
        table?: {
            actions?: {
                add_provider_button_text?: string;
                view_provider_button_text?: string;
            };
            columns?: { name?: string; provider?: string };
            empty_message?: string;
        };
        title?: string;
    }