ConsentPromptData

data class ConsentPromptData(val title: String, val sourceLabel: String, val credentialType: String, val requestedAttributes: List<String>) : Parcelable

Constructors

Link copied to clipboard
constructor(title: String, sourceLabel: String, credentialType: String, requestedAttributes: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard