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

    Variable CustomDomainCustomClientIpHeaderEnumConst

    CustomDomainCustomClientIpHeaderEnum: {
        TrueClientIp: "true-client-ip";
        CfConnectingIp: "cf-connecting-ip";
        XForwardedFor: "x-forwarded-for";
        XAzureClientip: "x-azure-clientip";
        Empty: "";
    } = ...

    The HTTP header to fetch the client's IP address

    Type Declaration

    • ReadonlyTrueClientIp: "true-client-ip"
    • ReadonlyCfConnectingIp: "cf-connecting-ip"
    • ReadonlyXForwardedFor: "x-forwarded-for"
    • ReadonlyXAzureClientip: "x-azure-clientip"
    • ReadonlyEmpty: ""