currentPassword property
Provide the current password to verify you're allowed to change the password.
Implementation
@$pb.TagNumber(3)
$core.String get currentPassword => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set currentPassword($core.String v) { $_setString(2, v); }