Variable BruteForceProtectionModeEnumConst
BruteForceProtectionModeEnum: {
CountPerIdentifierAndIp: "count_per_identifier_and_ip";
CountPerIdentifier: "count_per_identifier";
} = ...
Type Declaration
ReadonlyCountPerIdentifierAndIp: "count_per_identifier_and_ip"
ReadonlyCountPerIdentifier: "count_per_identifier"
Account Lockout: Determines whether or not IP address is used when counting failed attempts. Possible values:
count_per_identifier_and_ip,count_per_identifier.