Interface CredentialPresentationSessionResponseProcessStartEvent
interface CredentialPresentationSessionResponseProcessStartEventSanitised { category: "credential-presentation"; data: { sessionId: string; sessionType: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
sessionId: string;
sessionType: string;
}
Type declaration
sessionId: string
sessionType: string
requestId
requestId: string
timestamp
timestamp: number