Back to Node Auth0

Interface EventStreamCloudEventConnectionCreated

docs/interfaces/management.Management.EventStreamCloudEventConnectionCreated.html

6.0.01.2 KB
Original Source

Interface EventStreamCloudEventConnectionCreated

SSE message for connection.created.

interface EventStreamCloudEventConnectionCreated {
offset: string;
event: EventStreamCloudEventConnectionCreatedCloudEvent;
}

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offsetevent