Back to Node Auth0

Interface Args

docs/interfaces/management.SDK.Stream.Args.html

5.9.1998 B
Original Source

Interface Args

interface Args {
stream: ReadableStream;
eventShape: JsonEvent | SseEvent;
signal?: AbortSignal;
}

Index

Properties

streameventShapesignal?

Properties

stream

stream: ReadableStream

The HTTP response stream to read from.

eventShape

eventShape: JsonEvent | SseEvent

The event shape to use for parsing the stream data.

Optionalsignal

signal?: AbortSignal

An abort signal to stop the stream.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties streameventShapesignal