Options class abstract
Represents configuration options for the Fingerprint Dart Auth SDK.
- Implementers
Constructors
- Options()
Properties
- apiKey → String
-
The API key used for authentication with the FingerprintJS Pro API.
no setter
- baseUrl → String
-
The base URL for API requests. Defaults to 'https://api.fingerprintjs.com'.
no setter
- debug → bool
-
A flag indicating whether debug logging is enabled.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → Duration
-
The timeout duration for HTTP requests.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited