enableNativeBiometricLoginButton

abstract fun enableNativeBiometricLoginButton(enabled: Boolean = true)

Enables or disables a native button on the login screen that allows the user to bypass username password authentication with biometric. By default the button is enabled.

Parameters

enabled

True to use the native button or false to hide it