OfferedCredential

@Serializable
data class OfferedCredential(val doctype: String, val claims: List<Claim>, val name: String? = null, val scope: String)

Represents an offered credential available for retrieval.

Constructors

Link copied to clipboard
constructor(doctype: String, claims: List<Claim>, name: String? = null, scope: String)

Properties

Link copied to clipboard
val claims: List<Claim>
Link copied to clipboard
val doctype: String
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val scope: String