Learn biometric authentication implementation in Android with Kotlin. Explore various authentication types and a secure login prompt. Check device compatibility, implement BiometricPrompt, explore authentication types, handle callbacks, and incorporate fallback options for a seamless user experience.
In this coffee break codelab, you'll explore:
-
Understanding Biometric Authentication
-
Checking Biometric Availability
-
Implementing Biometric Authentication with BiometricPrompt
-
Explore authentication types: BIOMETRIC_STRONG, BIOMETRIC_WEAK, and DEVICE_CREDENTIAL
-
Handling Authentication Callbacks
-
Adding Biometric Fallback