Back to Node Auth0

Interface EventStreamCloudEventConnectionDeleted

docs/interfaces/management.Management.EventStreamCloudEventConnectionDeleted.html

6.0.01.2 KB
Original Source

Interface EventStreamCloudEventConnectionDeleted

SSE message for connection.deleted.

interface EventStreamCloudEventConnectionDeleted {
offset: string;
event: EventStreamCloudEventConnectionDeletedCloudEvent;
}

Hierarchy (View Summary)

Index

Properties

offsetevent

Properties

offset

offset: string

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

event

event: EventStreamCloudEventConnectionDeletedCloudEvent

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offsetevent