Auth0 Universal Components
    Preparing search index...

    Interface UseConfigResult

    interface UseConfigResult {
        config: GetConfigurationResponseContent | null;
        fetchConfig: () => Promise<void>;
        filteredStrategies: IdpStrategy[];
        isConfigValid: boolean;
        isLoadingConfig: boolean;
        shouldAllowDeletion: boolean;
    }
    Index

    Properties

    config: GetConfigurationResponseContent | null
    fetchConfig: () => Promise<void>
    filteredStrategies: IdpStrategy[]
    isConfigValid: boolean
    isLoadingConfig: boolean
    shouldAllowDeletion: boolean