AuthButton

fun AuthButton(text: String, onClick: () -> Unit)

Composable function for rendering an authentication button.

Parameters

text

The text to be displayed on the button.

onClick

Callback function to be invoked when the button is clicked.