Variable passwordOpsLimitsConst

passwordOpsLimits: {
    interactive: PasswordOpsLimit;
    max: PasswordOpsLimit;
    min: PasswordOpsLimit;
    moderate: PasswordOpsLimit;
    sensitive: PasswordOpsLimit;
} = ...

Use the min limit during testing to improve performance.

Type declaration

Generated using TypeDoc