Configuration options for the FingerprintJsProProvider and FingerprintJsProAgent

interface FingerprintJsProAgentParams {
    apiKey: string;
    endpointUrl?: string;
    extendedResponseFormat?: boolean;
    fallbackEndpointUrls?: string[];
    region?: Region;
}

Properties

apiKey: string

your public API key that authenticates the agent with the API

endpointUrl?: string

server API URL, should be only used with the Custom subdomain

extendedResponseFormat?: boolean

set this flag to get response in extended format

fallbackEndpointUrls?: string[]

provide array of endpoints to specify fallbacks

region?: Region

which region to use

Generated using TypeDoc