SignInSetNewPasswordView

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

A view that allows the user to set a new password during the sign-in reset password flow.

Parameters

modifier

The Modifier to be applied to the view.