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

    Interface EventStreamCloudEventOffsetOnlyMessage

    An offset-only heartbeat message. Advances the cursor without delivering an event.

    interface EventStreamCloudEventOffsetOnlyMessage {
        offset: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    offset: string

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