OutputOob

data class OutputOob(val action: OutputAction, val length: UByte) : AuthenticationMethod

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

Constructors

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

Constructs a new OutputOob.

Properties

Link copied to clipboard

Output action type.

Link copied to clipboard

Size of the input.

Functions

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