IosConfig class
iOS-specific configuration for enrolling or using biometric keys.
Constructors
- IosConfig({required bool useDeviceCredentials, IOSSignatureType signatureType = IOSSignatureType.RSA})
- Creates a new iOS configuration.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureType ↔ IOSSignatureType
-
Key algorithm to use when creating a signature.
getter/setter pair
- useDeviceCredentials ↔ bool
-
Whether device credentials (passcode) can unlock the key instead of
biometrics.
getter/setter pair
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