Back to Node Auth0

Interface ConnectionUpdated

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

6.0.01.4 KB
Original Source

Interface ConnectionUpdated

SSE message for connection.updated.

interface ConnectionUpdated {
offset: string;
event: EventStreamCloudEventConnectionUpdatedCloudEvent;
type: "connection.updated";
}

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

type

type: "connection.updated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype