biometric_storage library

Classes

AndroidPromptInfo
Android specific configuration of the prompt displayed for biometry.
BiometricStorage
Main plugin class to interact with. Is always a singleton right now, factory constructor will always return the same instance.
BiometricStorageFile
MethodChannelBiometricStorage
StorageFileInitOptions

Enums

AuthExceptionCode
CanAuthenticateResponse
Reason for not supporting authentication. As long as this is NOT unsupported you can still use the secure storage without biometric storage (By setting StorageFileInitOptions.authenticationRequired to false).

Exceptions / Errors

AuthException
Exceptions during authentication operations. See AuthExceptionCode for details.
BiometricStorageException