MdocRequestedClaim

data class MdocRequestedClaim(val displayName: String, val attribute: DocumentAttribute?, val namespaceName: String, val dataElementName: String, val intentToRetain: Boolean) : RequestedClaim

A request for a claim in an ISO mdoc credential.

Constructors

Link copied to clipboard
constructor(displayName: String, attribute: DocumentAttribute?, namespaceName: String, dataElementName: String, intentToRetain: Boolean)

Properties

Link copied to clipboard
open override val attribute: DocumentAttribute?

a DocumentAttribute, if the claim is for a well-known attribute.

Link copied to clipboard

the data element name.

Link copied to clipboard
open override val displayName: String

a short human readable string describing the claim.

Link copied to clipboard

true if the requester intends to retain the value.

Link copied to clipboard

the mdoc namespace.