Back to Node Auth0

Interface EventStreamCloudEventConnectionUpdated

docs/interfaces/management.Management.EventStreamCloudEventConnectionUpdated.html

6.0.01.2 KB
Original Source

Interface EventStreamCloudEventConnectionUpdated

SSE message for connection.updated.

interface EventStreamCloudEventConnectionUpdated {
offset: string;
event: EventStreamCloudEventConnectionUpdatedCloudEvent;
}

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offsetevent