Interface FpjsContextInterface<TExtended>

The FingerprintJS Context

interface FpjsContextInterface<TExtended> {
    clearCache: (() => void);
    getVisitorData: ((config?, ignoreCache?) => Promise<VisitorData<TExtended>>);
}

Type Parameters

  • TExtended extends boolean

Properties

clearCache: (() => void)

Type declaration

    • (): void
    • Returns void

getVisitorData: ((config?, ignoreCache?) => Promise<VisitorData<TExtended>>)

Type declaration

Generated using TypeDoc