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

    Interface EventStreamCloudEventContextConnection

    The Auth0 Connection used for the authentication transaction that generated the event.

    interface EventStreamCloudEventContextConnection {
        id: string;
        name: string;
        strategy: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the connection.

    name: string

    The name of the connection.

    strategy: string

    The auth strategy implemented by the connection.