enableBiometricAuthenticationWithOTP

fun enableBiometricAuthenticationWithOTP(otp: String, completion: (Completion<Boolean>) -> Unit)

Enables biometric authentication for the current user using mail OTP.

See also

Parameters

otp

The OTP for the 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.