MdocRequestedClaim

data class MdocRequestedClaim(val id: String? = null, val namespaceName: String, val dataElementName: String, val intentToRetain: Boolean, val values: JsonArray? = null) : RequestedClaim

A request for a claim in an ISO mdoc credential.

Constructors

Link copied to clipboard
constructor(id: String? = null, namespaceName: String, dataElementName: String, intentToRetain: Boolean, values: JsonArray? = null)

Properties

Link copied to clipboard

the data element name.

Link copied to clipboard
open override val id: String? = null

the identifier for the claim or null.

Link copied to clipboard

true if the requester intends to retain the value.

Link copied to clipboard

the mdoc namespace.

Link copied to clipboard
open override val values: JsonArray? = null

A set of acceptable values or null to not match on value.