ConsentCredential

data class ConsentCredential(val match: CredentialPresentmentSetOptionMemberMatch, val encryptionRequested: Boolean, val encryptionTargetCertificationChain: X509CertChain?, val encryptionTargetTrustMetadata: TrustMetadata?)

A data structure for showing a credential request in the UI

Constructors

Link copied to clipboard
constructor(match: CredentialPresentmentSetOptionMemberMatch, encryptionRequested: Boolean, encryptionTargetCertificationChain: X509CertChain?, encryptionTargetTrustMetadata: TrustMetadata?)

Properties

Link copied to clipboard

whether the resulting credential is requested to be encrypted to a third party.

Link copied to clipboard

the certificate chain of the third party, if supplied.

Link copied to clipboard

trust metadata for the third party, if available.

Link copied to clipboard

the match that was made, identifying the credential in a org.multipaz.document.DocumentStore to return.