currentPassword property

  1. @TagNumber.new(4)
String get currentPassword

Provide the current password to verify you're allowed to change the password.

Implementation

@$pb.TagNumber(4)
$core.String get currentPassword => $_getSZ(3);
  1. @TagNumber.new(4)
set currentPassword (String value)

Implementation

@$pb.TagNumber(4)
set currentPassword($core.String value) => $_setString(3, value);