AuthorizationStateWaitPassword constructor

AuthorizationStateWaitPassword(
  1. {required String password_hint,
  2. required bool has_recovery_email_address,
  3. required bool has_passport_data,
  4. required String recovery_email_address_pattern,
  5. int? extra,
  6. int? clientId}
)

The user has been authorized, but needs to enter a 2-step verification password to start using the application.

Implementation

AuthorizationStateWaitPassword