InputOob

data class InputOob(val action: InputOobAction, val size: Int, val value: Int) : OobAuthentication

Provisioner outputs a value, user enters it on the device.

Parameters

action

How the user inputs on the device (push, twist, etc.).

size

Number of digits (1-8).

value

The OOB value the provisioner generated and displayed to the user for entry on the device. Must fit in size decimal digits.

Constructors

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

Properties

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