changeRequired property
Provide if the user needs to change the password on the next use.
Implementation
@$pb.TagNumber(3)
$core.bool get changeRequired => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set changeRequired($core.bool v) { $_setBool(2, v); }