• Use the useVisitorData hook in your components to perform identification requests with the FingerprintJS API.

    Returns VisitorQueryContext

    Example

    const {
    // Request state
    isLoading,
    // Error info
    error,
    // Visitor info
    data,
    // A method to be called to initiate request
    getData,
    } = useVisitorData();

Generated using TypeDoc