local_auth_android library Null safety
Classes
- AndroidAuthMessages
- Android side authentication messages.
- AuthenticationOptions
- Options wrapper for LocalAuthPlatform.authenticate parameters.
- AuthMessages
- Abstract class for storing platform specific strings.
- LocalAuthAndroid
- The implementation of LocalAuthPlatform for Android.
Properties
- androidBiometricHint → String
-
Hint message advising the user how to authenticate with biometrics.
read-only
- androidBiometricNotRecognized → String
-
Message to let the user know that authentication was failed.
read-only
- androidBiometricRequiredTitle → String
-
Message shown as a title in a dialog which indicates the user
has not set up biometric authentication on their device.
read-only
- androidBiometricSuccess → String
-
Message to let the user know that authentication was successful. It
read-only
- androidCancelButton → String
-
Message shown on a button that the user can click to leave the
current dialog.
read-only
- androidDeviceCredentialsRequiredTitle → String
-
Message shown as a title in a dialog which indicates the user
has not set up credentials authentication on their device.
read-only
- androidDeviceCredentialsSetupDescription → String
-
Message advising the user to go to the settings and configure
device credentials on their device.
read-only
- androidGoToSettingsDescription → String
-
Message advising the user to go to the settings and configure
biometric on their device.
read-only
- androidSignInTitle → String
-
Message shown as a title in a dialog which indicates the user
that they need to scan biometric to continue.
read-only
- goToSettings → String
-
Message shown on a button that the user can click to go to settings pages
from the current dialog.
read-only
Enums
- BiometricType
- Various types of biometric authentication. Some platforms report specific biometric types, while others report only classifications like strong and weak.