enableBiometricAuthentication

fun enableBiometricAuthentication(completion: (Completion<Boolean>) -> Unit)

Enables biometric authentication without passing credentials for the current user.

This request will only succeed if called within 5 minutes after a successful authorization.

Parameters

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.