NetworkOptions class
Options relating to the network configuration of the iProov SDK.
Constructors
-
NetworkOptions.new({List<
Uint8List> ? certificates, Duration? timeout, String? path}) -
const
Properties
-
certificates
→ List<
Uint8List> ? -
A List of certificates to use for certificate pinning, as DER-encoded X.509 certificates as Uint8Lists.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → Duration?
-
The network timeout for establishing a network connection.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited