BiometricSignature class

Constructors

BiometricSignature()

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

biometricAuthAvailable() Future<String?>
Determine if the biometric authentication is available
biometricKeyExists({bool checkValidity = false}) Future<bool?>
Check if the biometric key exists in the keychain/keystore
createKeys({AndroidConfig? androidConfig, IosConfig? iosConfig}) Future<String?>
Creates a RSA key pair on the device, stores Private Key in keychain/keystore
createSignature({Map<String, String>? options}) Future<String?>
Creates a digital signature using biometric authentication
deleteKeys() Future<bool?>
Delete the biometric key if exists
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