AuthorizationStateWaitPassword constructor
const
AuthorizationStateWaitPassword({})
The user has been authorized, but needs to enter a password to start using the application
Implementation
const AuthorizationStateWaitPassword({
required this.passwordHint,
required this.hasRecoveryEmailAddress,
required this.recoveryEmailAddressPattern,
this.extra,
this.clientId,
});