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

    Interface LogStreamHttpSink

    interface LogStreamHttpSink {
        httpAuthorization?: string;
        httpContentFormat?: Management.LogStreamHttpContentFormatEnum;
        httpContentType?: string;
        httpEndpoint: string;
        httpCustomHeaders?: HttpCustomHeader[];
    }
    Index

    Properties

    httpAuthorization?: string

    HTTP Authorization header

    httpContentType?: string

    HTTP Content-Type header

    httpEndpoint: string

    HTTP endpoint

    httpCustomHeaders?: HttpCustomHeader[]

    custom HTTP headers