Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderDeleteSchema

    interface SsoProviderDeleteSchema {
        providerName?: {
            errorMessage?: string;
            exactMatch?: string;
            required?: boolean;
        };
    }
    Index

    Properties

    Properties

    providerName?: {
        errorMessage?: string;
        exactMatch?: string;
        required?: boolean;
    }