JsonRequestedClaim

data class JsonRequestedClaim(val displayName: String, val attribute: DocumentAttribute?, val claimPath: JsonArray) : RequestedClaim

A request for a claim in a JSON-based credential.

Constructors

Link copied to clipboard
constructor(displayName: String, attribute: DocumentAttribute?, claimPath: JsonArray)

Types

Link copied to clipboard
object Companion

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
val claimPath: JsonArray

the claims path pointer.

Link copied to clipboard
open override val displayName: String

a short human readable string describing the claim.