Back to Node Auth0

Type Alias EventStreamSubscribeEventsResponseContent

docs/types/management.Management.EventStreamSubscribeEventsResponseContent.html

5.9.13.8 KB
Original Source

Type Alias EventStreamSubscribeEventsResponseContent

EventStreamSubscribeEventsResponseContent:
| GroupCreated
| GroupDeleted
| GroupMemberAdded
| GroupMemberDeleted
| GroupRoleAssigned
| GroupRoleDeleted
| GroupUpdated
| OrganizationConnectionAdded
| OrganizationConnectionRemoved
| OrganizationConnectionUpdated
| OrganizationCreated
| OrganizationDeleted
| OrganizationGroupRoleAssigned
| OrganizationGroupRoleDeleted
| OrganizationMemberAdded
| OrganizationMemberDeleted
| OrganizationMemberRoleAssigned
| OrganizationMemberRoleDeleted
| OrganizationUpdated
| UserCreated
| UserDeleted
| UserUpdated
| Management.EventStreamSubscribeEventsResponseContent.Error
| OffsetOnly

The JSON payload delivered in each SSE data line. The type field is injected from the SSE event field by the SDK. Discriminated by type: an event type name for events, "error" for errors, and "offset-only" for cursor-only heartbeats.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark