unregister Native Biometrics
fun unregisterNativeBiometrics(context: Context, userID: String, callback: TSAuthCallback<TSBiometricsUnregistrationResult, TSBiometricsUnregistrationError>)
Unregister the biometric credential for the given user, removing it from the device.
Parameters
context
application context object.
user ID
the user whose biometric credential should be removed.
callback
operation success/failure callback.
Throws
if the SDK has not been initialized.