PasswordState constructor
- {required bool has_password,
- required String password_hint,
- required bool has_recovery_email_address,
- required bool has_passport_data,
- EmailAddressAuthenticationCodeInfo? recovery_email_address_code_info,
- required String login_email_address_pattern,
- required int pending_reset_date,
- int? extra,
- int? clientId}
Represents the current state of 2-step verification
Implementation
PasswordState