PasswordState constructor

PasswordState(
  1. {required bool has_password,
  2. required String password_hint,
  3. required bool has_recovery_email_address,
  4. required bool has_passport_data,
  5. EmailAddressAuthenticationCodeInfo? recovery_email_address_code_info,
  6. required String login_email_address_pattern,
  7. required int pending_reset_date,
  8. int? extra,
  9. int? clientId}
)

Represents the current state of 2-step verification

Implementation

PasswordState