AuthorizationStateWaitPassword constructor
const
AuthorizationStateWaitPassword({})
The user has been authorized, but needs to enter a 2-step verification password to start using the application.. Call checkAuthenticationPassword to provide the password, or requestAuthenticationPasswordRecovery to recover the password, or deleteAccount to delete the account after a week
Implementation
const AuthorizationStateWaitPassword({
required this.passwordHint,
required this.hasRecoveryEmailAddress,
required this.hasPassportData,
required this.recoveryEmailAddressPattern,
this.extra,
this.clientId,
});