FingerprintJSProResponse constructor

FingerprintJSProResponse(
  1. String requestId,
  2. String visitorId,
  3. ConfidenceScore confidenceScore,
  4. String? sealedResult,
)

Default constructor

Implementation

FingerprintJSProResponse(
    this.requestId, this.visitorId, this.confidenceScore, this.sealedResult);