password property

  1. @TagNumber.new(4)
SetPassword get password

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);
  1. @TagNumber.new(4)
set password (SetPassword value)

Implementation

@$pb.TagNumber(4)
set password($3.SetPassword value) => $_setField(4, value);