Auth0 Universal Components
    Preparing search index...

    Interface ProviderDetailsMessages

    interface ProviderDetailsMessages {
        description?: string;
        fields?: {
            display_name?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            name?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
        title?: string;
    }
    Index

    Properties

    description?: string
    fields?: {
        display_name?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        name?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }
    title?: string