maxPasswordAttempts property
failed attempts until a user gets locked
Implementation
@$pb.TagNumber(1)
$core.int get maxPasswordAttempts => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set maxPasswordAttempts($core.int v) { $_setUnsignedInt32(0, v); }