OutputOob
data class OutputOob(val action: OutputOobAction, val size: Int, val value: Int) : OobAuthentication
Device outputs a value, user enters it on the provisioner.
Parameters
action
How the device communicates the value (blink, beep, etc.).
size
Number of digits (1-8).
value
The OOB value the user read from the device and entered on the provisioner. Must fit in size decimal digits.