Optional cacheOptional cacheDefines which built-in cache mechanism the client should use.
Optional cacheCustom prefix for localStorage and sessionStorage cache keys. Will be ignored if cache is provided.
Optional cacheDuration in seconds for which data is stored in cache. Cannot exceed 86_400 (24h) because caching data for longer than 24 hours can negatively affect identification accuracy.
Optional customOptional forceIf set to true, will force FpjsClient to be rebuilt with the new options. Should be used with caution
since it can be triggered too often (e.g. on every render) and negatively affect performance of the JS agent.
Options for the FingerprintJS JS Agent load() method.
Generated using TypeDoc
Custom cache implementation. Takes precedence over the
cacheLocationproperty.