SignInFactorTwoView

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

A composable that acts as a router for displaying the appropriate second-factor authentication view.

Based on the strategy of the provided factor, this composable will delegate rendering to the corresponding view, such as SignInFactorCodeView for TOTP or phone code, or SignInFactorTwoBackupCodeView for backup codes.

Parameters

factor

The second factor to be verified.

modifier

The Modifier to be applied to the view.