ProvideNumeric

data class ProvideNumeric(val maxNumberOfDigits: UByte, val action: OutputAction, val authenticate: (UInt) -> Unit) : AuthAction

The user shall provide a number.

Constructors

Link copied to clipboard
constructor(maxNumberOfDigits: UByte, action: OutputAction, authenticate: (UInt) -> Unit)

Properties

Link copied to clipboard

Action to perform after the number is provided.

Link copied to clipboard

Lambda func to invoke provide the number.

Link copied to clipboard

Maximum number of digits of the authentication number to provide.