Auth0 Node.js SDK - v5.9.0
    Preparing search index...
    interface Args {
        stream: ReadableStream;
        eventShape: JsonEvent | SseEvent;
        signal?: AbortSignal;
    }
    Index

    Properties

    stream: ReadableStream

    The HTTP response stream to read from.

    eventShape: JsonEvent | SseEvent

    The event shape to use for parsing the stream data.

    signal?: AbortSignal

    An abort signal to stop the stream.