flutter_trusted_device_v2 library

Classes

CrossDeviceData
An object containing data from cross device notification request.
Fazpass
FazpassSettings
An object to be used as settings for Fazpass.setSettings method.
FazpassSettingsBuilder
A builder to create FazpassSettings object.

Enums

SensitiveData
An enum class which contains all kinds of data that requires certain steps before it could be collected.

Exceptions / Errors

BiometricAuthFailedError
Thrown when local authentication is cancelled by user.
BiometricNoneEnrolledError
Thrown when device hasn't set a password / enrolled a biometric information.
BiometricSecurityUpdateRequiredError
Thrown when there is a major security update for user's device and user is required to update immediately. Android only.
BiometricUnavailableError
Thrown to indicate that biometric is not available at the moment.
BiometricUnsupportedError
Thrown when biometric is not supported by the device.
EncryptionException
Thrown to indicate that encryption process is failed. Likely because you used the wrong public key.
FazpassException
Type of exception to be generated when an error occurs in the Fazpass.generateMeta method.
PublicKeyNotExistException
Thrown when public key doesn't exist in the src/assets folder (or not referenced properly in iOS)
UninitializedException
Thrown when Fazpass.init method hasn't been called once.