Interface CredentialPresentationVerifierCaCertificateCreateStartEvent
interface CredentialPresentationVerifierCaCertificateCreateStartEvent { category: "credential-presentation"; data: { active: boolean; commonName: undefined | string; country: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationVerifierCaCertificateCreateStartEventSanitised { category: "credential-presentation"; data: { active: boolean; commonName: undefined | string; country: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
active: boolean;
commonName: undefined | string;
country: undefined | string;
}
Type declaration
active: boolean
commonName: undefined | string
country: undefined | string
requestId
requestId: string
timestamp
timestamp: number