SignUpCodeView

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

Composable function for the Sign Up Code View.

This function displays a view where the user can enter a verification code received via email or phone to complete the sign-up process.

Parameters

field

The SignUpCodeField indicating whether the code was sent to a phone or email.

modifier

The Modifier to be applied to the view.