authenticate
fun authenticate(activity: FragmentActivity, title: String, subtitle: String?, negativeButtonText: String = "Use PIN", onResult: (BiometricAuthResult) -> Unit)
Shows the system biometric prompt. Results are delivered on the main thread via onResult.