AuthenticationMethod

The type authentication method chosen for provisioning.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class InputOob(val action: InputAction, val length: UByte) : AuthenticationMethod

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

Link copied to clipboard

No OOB authentication method is used.

Link copied to clipboard
data class OutputOob(val action: OutputAction, val length: UByte) : AuthenticationMethod

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

Link copied to clipboard

Static OOB authentication method is used.