UserKeyOption
data class UserKeyOption(val id: String, val username: String, val authenticationType: String)(source)
Data class representing a user key option that can be selected for device binding authentication.
This class encapsulates the information about a registered user key that is displayed to the user when multiple device bindings exist. It provides the necessary details for the user to identify and select the appropriate key for authentication.