setMinimumMatchLevel method
dynamic
setMinimumMatchLevel(
- dynamic value
Set this to use the value passed for facialRecognition for Account Recovery
Implementation
setMinimumMatchLevel(value) {
this.minimumMatchLevel = value;
return this;
}