setMinimumMatchLevel method

dynamic setMinimumMatchLevel(
  1. dynamic value
)

Set this to use the value passed for facialRecognition for Account Recovery

Implementation

setMinimumMatchLevel(value) {
  this.minimumMatchLevel = value;
  return this;
}