Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Type Alias EndpointSupplierFn<T>

    EndpointSupplierFn: (
        arg: { endpointMetadata: EndpointMetadata },
    ) => T | Promise<T>

    Type Parameters

    • T

    Type Declaration