ResponseDetails

@Serializable
data class ResponseDetails(val credentialId: String, val trustedIssuerCertificateId: String, val trustedIssuerCommonName: String, val claimsShared: Map<String, List<String>>?, val branding: Branding?)

Holder's response details

Constructors

Link copied to clipboard
constructor(credentialId: String, trustedIssuerCertificateId: String, trustedIssuerCommonName: String, claimsShared: Map<String, List<String>>?, branding: Branding?)

Properties

Link copied to clipboard

Optional branding information for the mDoc.

Link copied to clipboard
val claimsShared: Map<String, List<String>>?

The claims that were shared with the verifier. This is null if no claims were shared.

Link copied to clipboard
val credentialId: String

Unique identifier for the MobileCredential, used to reference a credential in storage.

Link copied to clipboard

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

Link copied to clipboard

The common name of the trusted issuer certificate.