submitPassphrase
abstract fun submitPassphrase(passphrase: String, boots: Int, hours: Int, maxSessionSeconds: Int = 0, disable: Boolean = false): Boolean(source)
Submits a passphrase to authenticate with the locked device.
Return
true when the command was admitted to the active transport. A false result leaves the current retryable lockdown state in place so the caller can surface the failure and retry.
Parameters
disable
when true, turns lockdown OFF (decrypt storage back to plaintext); the device reboots and reconnects reporting DISABLED.