forgotPasswordFlowControllerProvider top-level property
- @ProviderFor.new(ForgotPasswordFlowController)
final
Manages the 3-step forgot password flow:
- ForgotPasswordStep.enterEmail — user submits their email
- ForgotPasswordStep.verifyPin — user enters the PIN sent to their email
- ForgotPasswordStep.newPassword — user sets a new password
Delegates all API calls to authControllerProvider.
Implementation
@ProviderFor(ForgotPasswordFlowController)
final forgotPasswordFlowControllerProvider =
ForgotPasswordFlowControllerProvider._();