FingerprintApi class abstract

Defines a unified API interface for interacting with the FingerprintJS Pro API.

Constructors

FingerprintApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEvents(ExtractQueryParams queryParams) Future<EventsGetResponse>
Retrieves a list of events based on the provided query parameters.
getVisitorData(String visitorId) Future<VisitorDataResponse>
Retrieves visitor data for a given visitorId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEvent(EventsUpdateRequest request) Future<EventsUpdateRequest>
Updates an event using the provided update request.
verify(VerificationRequest request) Future<VerificationResponse>
Verifies a fingerprint using the given verification request.

Operators

operator ==(Object other) bool
The equality operator.
inherited