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