Implements

  • ProAgent

Constructors

Properties

requestOptions: RequestOptions = {}

Initialises FingerprintJS Pro Agent with certain settings

Param: params

Methods

  • Returns visitor identifier based on the request options more info in the documentation page

    Parameters

    • Optional tags: Tags

      is a customer-provided value or an object that will be saved together with the analysis event and will be returned back to you in a webhook message or when you search for the visit in the server API. more info in the documentation page

    • Optional linkedId: string

      is a way of linking current analysis event with a custom identifier. This will allow you to filter visit information when using the Server API more info in the documentation page

    • Optional options: RequestOptions

      is used to configure requests with different settings

    Returns Promise<string>

Generated using TypeDoc