RecoverPassword constructor

RecoverPassword(
  1. {required String recovery_code,
  2. required String new_password,
  3. required String new_hint,
  4. int? extra,
  5. int? clientId}
)

Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up

Returns PasswordState

Implementation

RecoverPassword