SetPassword constructor

SetPassword(
  1. {required String old_password,
  2. required String new_password,
  3. required String new_hint,
  4. required bool set_recovery_email_address,
  5. required String new_recovery_email_address,
  6. int? extra,
  7. int? clientId}
)

Changes the 2-step verification password for the current user. If a new recovery email address is specified, then the change will not be applied until the new recovery email address is confirmed

Returns PasswordState

Implementation

SetPassword