password property
Change the users password. You can optionally require the current password or the verification code to be correct.
Implementation
@$pb.TagNumber(4)
$3.SetPassword get password => $_getN(3);
Implementation
@$pb.TagNumber(4)
set password($3.SetPassword value) => $_setField(4, value);