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

    Variable CustomDomainCustomClientIpHeaderEnum

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

    Type declaration

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