biometricAuthenticatorConfig
Configures the biometric authenticator settings.
This method allows customization of biometric authentication behavior, including prompt appearance, fallback options, and authentication requirements.
Example:
biometricAuthenticatorConfig {
promptInfo = {
setTitle("Biometric Authentication")
setNegativeButtonText("Cancel")
}
}Content copied to clipboard
Parameters
block
Configuration block for BiometricAuthenticatorConfig