SignInFactorOneForgotPasswordView
fun SignInFactorOneForgotPasswordView(onClickFactor: (Factor) -> Unit, modifier: Modifier = Modifier, clerkTheme: ClerkTheme? = null, onAuthComplete: () -> Unit)
A view that allows the user to initiate the forgot password flow. It also presents alternative sign-in methods like social providers or other factors.
Parameters
modifier
The Modifier to be applied to the view.
onClickFactor
A callback to be invoked when the user selects an alternative factor.