Consent Prompt Data
data class ConsentPromptData(val title: String, val sourceLabel: String, val purpose: String? = null, val referenceTxt: String? = null, val logo: String? = null, val escalationLvl: EscalationLvl = EscalationLvl.UNKNOWN, val credentialType: String, val requestedAttributes: List<String>) : Parcelable