InputOob

data class InputOob(val action: InputAction, val length: UByte) : AuthenticationMethod

Input OOB authentication method is used. Size must be in range 1...8.

Constructors

Link copied to clipboard
constructor(action: InputAction, length: UByte)

Constructs a new InputOob.

Properties

Link copied to clipboard

Input action type.

Link copied to clipboard

Size of the input.

Functions

Link copied to clipboard
open override fun toString(): String