Mobile Credential Presentation
@Serializable
Represents a mDoc presentation.
Constructors
Link copied to clipboard
constructor(docType: DocType, validityInfo: MobileCredentialValidity, claimErrors: Map<NameSpace, Map<DataElementIdentifier, ErrorCode>>? = null, claims: Map<NameSpace, Map<DataElementIdentifier, MobileCredentialElement>>? = null, branding: Branding? = null, issuerInfo: IssuerInfo? = null, verificationResult: MobileCredentialVerificationResult)