PinPrompt
data class PinPrompt(val title: String = "", val subtitle: String = "", var description: String = "")
Data class representing the prompt information displayed in the PIN collection dialog.
This class encapsulates the text content shown to users when they are prompted to enter their application PIN for device binding authentication.