SignInFactorOnePasswordView

fun SignInFactorOnePasswordView(factor: Factor, modifier: Modifier = Modifier, clerkTheme: ClerkTheme? = null, onAuthComplete: () -> Unit)

A composable view for the first factor password step in the sign-in flow.

This view displays a password input field, the user's email, and options for "Forgot Password" and "Use another method".

Parameters

factor

The Factor associated with this password step.

modifier

The Modifier to be applied to the view.

onAuthComplete

A callback invoked when the authentication process is complete.