Enum Class TransactionConfirmationDisplayType

java.lang.Object
java.lang.Enum<TransactionConfirmationDisplayType>
com.yubico.fido.metadata.TransactionConfirmationDisplayType
All Implemented Interfaces:
Serializable, Comparable<TransactionConfirmationDisplayType>, Constable

public enum TransactionConfirmationDisplayType extends Enum<TransactionConfirmationDisplayType>
The TRANSACTION_CONFIRMATION_DISPLAY constants are flags in a bit field represented as a 16 bit long integer. They describe the availability and implementation of a transaction confirmation display capability required for the transaction confirmation operation. These constants are reported and queried through the UAF Discovery APIs and used to form authenticator policies in UAF protocol messages. Each constant has a case-sensitive string representation (in quotes), which is used in the authoritative metadata for FIDO authenticators. Refer to [UAFAuthnrCommands] for more details on the security aspects of TransactionConfirmation Display.
See Also: