OfferedCredential

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

Represents an offered credential available for retrieval.

Constructors

Link copied to clipboard
constructor(doctype: String, claims: List<Claim>, name: String?, 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?