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

    Interface EventStreamCloudEvent

    Event content. This will only be set if delivery failed.

    interface EventStreamCloudEvent {
        id?: string;
        source?: string;
        specversion?: string;
        type?: string;
        time?: string;
        data?: string;
    }
    Index

    Properties

    id?: string

    Unique identifier for the event

    source?: string

    Where the event originated

    specversion?: string

    Version of CloudEvents spec

    type?: string

    Type of the event (e.g., user.created)

    time?: string

    Timestamp at which the event was generated

    data?: string

    Event contents encoded as a string.