AuthView

fun AuthView(modifier: Modifier = Modifier, clerkTheme: ClerkTheme? = null, initialIdentifier: String? = null, persistIdentifiers: Boolean = true, onAuthComplete: () -> Unit = {})

Prebuilt Clerk authentication flow.

Parameters

initialIdentifier

Optional initial value for the identifier field. Phone-like values are routed to the phone number field automatically.

persistIdentifiers

When false, stored auth-start identifiers are cleared and future edits are kept in memory only for the lifetime of the current view.