ProvideAlphaNumeric

data class ProvideAlphaNumeric(val maxNumberOfCharacters: UByte, val authenticate: (String) -> Unit) : AuthAction

The user shall provide an alphanumeric text.

Constructors

Link copied to clipboard
constructor(maxNumberOfCharacters: UByte, authenticate: (String) -> Unit)

Properties

Link copied to clipboard

Lambda func to invoke provide the alphanumeric text.

Link copied to clipboard

Maximum number of characters of the alphanumeric text to provide.