LockdownDialog
fun LockdownDialog(lockdownState: LockdownState, onSubmit: (passphrase: String, boots: Int, hours: Int, sessionMinutes: Int) -> Unit, onDisconnect: () -> Unit)(source)
Non-dismissable lockdown authentication dialog.
Shown when the connected device requires passphrase authentication. The dialog blocks all interaction with the app until the user either authenticates successfully or disconnects. Back gestures are suppressed to prevent dismissing the dialog and bypassing authentication.