Back to Node Auth0

Interface ConnectionCreated

docs/interfaces/management.Management.EventStreamSubscribeEventsResponseContent.ConnectionCreated.html

6.0.01.4 KB
Original Source

Interface ConnectionCreated

SSE message for connection.created.

interface ConnectionCreated {
offset: string;
event: EventStreamCloudEventConnectionCreatedCloudEvent;
type: "connection.created";
}

Hierarchy (View Summary)

Index

Properties

offseteventtype

Properties

offset

offset: string

Opaque cursor representing position in the stream. Pass as the from query parameter to resume.

event

event: EventStreamCloudEventConnectionCreatedCloudEvent

type

type: "connection.created"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype