SetRecoveryEmailAddress constructor

SetRecoveryEmailAddress(
  1. {required String password,
  2. required String new_recovery_email_address,
  3. int? extra,
  4. int? clientId}
)

Changes the 2-step verification recovery email address of the 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

SetRecoveryEmailAddress