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
- IosPromptInfo
- iOS and MacOS specific configuration of the prompt displayed for biometry.
- MethodChannelBiometricStorage
- PromptInfo
- Wrapper for platform specific prompt infos.
- StorageFileInitOptions
- Win32BiometricStoragePlugin
Enums
- AuthExceptionCode
- BiometricType
- Various types of biometric authentication. Some platforms report specific biometric types, while others report only classifications like strong and weak.
- 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