Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface EventStreamCloudEventGroupCreated

    SSE message for group.created.

    interface EventStreamCloudEventGroupCreated {
        offset: string;
        event: EventStreamCloudEventGroupCreatedCloudEvent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    offset: string

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