enableBiometricAuthenticationWithPassword

fun enableBiometricAuthenticationWithPassword(password: String, completion: (Completion<Boolean>) -> Unit)

Enables biometric authentication for the current user using the account password.

Parameters

password

The password of the current user.

completion

The block to be called when the request is completed including either the information if biometric authentication has been enabled successfully or a Throwable.