Optional
options: FpjsSpaOptionsOptional
Readonly
cacheReturns visitor identification data based on the request options [https://dev.fingerprint.com/docs/js-agent#visitor-identification]
Optional
options: FingerprintJSPro.GetOptions<TExtended, unknown>Optional
ignoreCache: booleanif set to true a request to the API will be made even if the data is present in cache
Returns cached visitor data based on the request options, or undefined if the data is not present in cache
Optional
options: FingerprintJSPro.GetOptions<TExtended, unknown>Loads FPJS JS agent with certain settings and stores the instance in memory [https://dev.fingerprint.com/docs/js-agent#agent-initialization]
Optional
passedLoadOptions: Partial<FingerprintJSPro.LoadOptions>Additional load options to be passed to the agent, they will be merged with load options provided in the constructor.
Checks if request matching given options is present in cache
Optional
options: FingerprintJSPro.GetOptions<boolean, unknown>Static
makeMakes a CacheKey object from GetOptions
Generated using TypeDoc
FingerprintJS SDK for Single Page Applications