Worldline Connect Node.js SDK
    Preparing search index...

    Interface InAuth

    interface InAuth {
        deviceCategory?: string | null;
        deviceId?: string | null;
        riskScore?: string | null;
        trueIpAddress?: string | null;
        trueIpAddressCountry?: string | null;
    }
    Index

    Properties

    deviceCategory?: string | null
    deviceId?: string | null
    riskScore?: string | null
    trueIpAddress?: string | null
    trueIpAddressCountry?: string | null