Constructors
constructor
- new FpjsClient(options?): FpjsClient
Parameters
Optional options: FpjsSpaOptions
Properties
Optional Readonly cacheLocation
Methods
clearCache
- clearCache(): Promise<void>
Returns Promise<void>
getVisitorData
- getVisitorData<TExtended>(options?, ignoreCache?): Promise<FpjsSpaResponse<VisitorData<TExtended>>>
Type Parameters
- TExtended extends boolean
getVisitorDataFromCache
- getVisitorDataFromCache<TExtended>(options?): Promise<undefined | FpjsSpaResponse<VisitorData<TExtended>>>
Type Parameters
- TExtended extends boolean
Returns Promise<undefined | FpjsSpaResponse<VisitorData<TExtended>>>
init
- init(passedLoadOptions?): Promise<FingerprintJSPro.Agent>
isInCache
- isInCache(options?): Promise<boolean>
Returns Promise<boolean>
Static makeCacheKey
- makeCacheKey<TExtended>(options): CacheKey<TExtended>
Type Parameters
- TExtended extends boolean
FingerprintJS SDK for Single Page Applications