enableBiometricAuthenticationWithPIN

fun enableBiometricAuthenticationWithPIN(pin: String, completion: (Completion<Boolean>) -> Unit)

Enables biometric authentication for the current user using the PIN.

Parameters

pin

The PIN 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.