RequestDetails

@Serializable
data class RequestDetails(val docType: String, val trustedReaderCertificateId: String?, val trustedReaderCommonName: String?, val claimsRequested: Map<String, Map<String, Boolean>>)

Verification request details.

Constructors

Link copied to clipboard
constructor(docType: String, trustedReaderCertificateId: String?, trustedReaderCommonName: String?, claimsRequested: Map<String, Map<String, Boolean>>)

Properties

Link copied to clipboard
val claimsRequested: Map<String, Map<String, Boolean>>

The claims requested by the verifier.

Link copied to clipboard
val docType: String

The credential's document type (e.g., org.iso.18013.5.*.mDL, org.iso.23220.photoid.1).

Link copied to clipboard

The unique identifier of the certificate used to validate the identity of the verifier.

Link copied to clipboard

The common name of the trusted verifier certificate, if available.