DisplayAlphaNumeric

data class DisplayAlphaNumeric(val text: String) : AuthAction

The application should display this alphanumeric text to the user. The user must enter this text on the provisioning device.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard