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

    Type Alias Supplier<T>

    Supplier: T | Promise<T> | (() => T | Promise<T>)

    Type Parameters

    • T