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

    Interface LogStreamMixpanelSinkPatch

    interface LogStreamMixpanelSinkPatch {
        mixpanelRegion: Management.LogStreamMixpanelRegionEnum;
        mixpanelProjectId: string;
        mixpanelServiceAccountUsername: string;
        mixpanelServiceAccountPassword?: string;
    }
    Index

    Properties

    mixpanelProjectId: string

    Mixpanel Project Id

    mixpanelServiceAccountUsername: string

    Mixpanel Service Account Username

    mixpanelServiceAccountPassword?: string

    Mixpanel Service Account Password