You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LNUsageOption optionWithName:@"biometricEnrollment"shortcut:@"be"valueRequirement:LNUsageOptionRequirementRequired description:@"Enables or disables biometric (Face ID/Touch ID) enrollment."],
472
+
[LNUsageOption optionWithName:@"biometricEnrollment"shortcut:@"be"valueRequirement:LNUsageOptionRequirementRequired description:@"Enables or disables biometric (Face ID/Touch ID) enrollment"],
471
473
[LNUsageOption optionWithName:@"biometricMatch"shortcut:@"bm"valueRequirement:LNUsageOptionRequirementNone description:@"Approves a biometric authentication request with a matching biometric feature (e.g. face or finger)"],
472
474
[LNUsageOption optionWithName:@"biometricNonmatch"shortcut:@"bnm"valueRequirement:LNUsageOptionRequirementNone description:@"Fails a biometric authentication request with a non-matching biometric feature (e.g. face or finger)"],
473
475
LNUsageOption.emptyOption,
476
+
[LNUsageOption optionWithName:@"setLocation"shortcut:@"sl"valueRequirement:LNUsageOptionRequirementRequired description:@"Sets the simulated location; the latitude and longitude should be provided as two numbers in JSON array, or \"none\" to clear the simulated location"],
0 commit comments