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