Package-level declarations

Types

Link copied to clipboard
@Serializable
data object SignInNavKey : NavKey

Sign-in destination, and the entry point of the signed-out flow.

Link copied to clipboard
@Serializable
data object SignUpNavKey : NavKey

Sign-up destination.

Functions

Link copied to clipboard
fun EntryProviderScope<NavKey>.authEntries(navigator: Navigator, onShowSnackbar: suspend (String, SnackbarAction, Throwable?) -> Boolean)

Registers the signed-out destinations.

Link copied to clipboard
fun Navigator.navigateToSignIn()

Navigates to sign in.

Link copied to clipboard
fun Navigator.navigateToSignUp()

Navigates to sign up.