Back to Node Auth0

Interface ConnectionDeleted

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

6.0.01.4 KB
Original Source

Interface ConnectionDeleted

SSE message for connection.deleted.

interface ConnectionDeleted {
offset: string;
event: EventStreamCloudEventConnectionDeletedCloudEvent;
type: "connection.deleted";
}

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: EventStreamCloudEventConnectionDeletedCloudEvent

type

type: "connection.deleted"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype