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.

Constructors

Link copied to clipboard
constructor(action: OutputOobAction, size: Int, value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
val value: Int