ActivityLogCredentialEvent
@Serializable
Represents a credential event in the activity log.
A credential event is recorded whenever an mDoc is added to or removed from storage.
Constructors
Link copied to clipboard
constructor(id: String, eventType: CredentialEventType, credentialId: String, docType: String, trustedIssuerCertificateId: String, trustedIssuerCommonName: String, branding: Branding?)
Properties
Link copied to clipboard
Unique identifier for the MobileCredential, used to reference a credential in storage.
Link copied to clipboard
The type of credential event.
Link copied to clipboard
The unique identifier of the certificate used to validate the identity of the mDoc issuer.
Link copied to clipboard
The common name of the trusted issuer certificate.