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")
}
}

Parameters

block

Configuration block for BiometricAuthenticatorConfig

See also