AuthForm

fun AuthForm(state: AuthState = rememberSaveable(saver = AuthState.SAVER) { AuthState() }, content: @Composable () -> Unit)(source)

Provides the AuthState to the content.

Parameters

state

The AuthState to provide.

content

The content to provide the AuthState to.