Interface CredentialPresentationSessionRetrieveStartEvent
interface CredentialPresentationSessionRetrieveStartEventSanitised { category: "credential-presentation"; data: { sessionId: string; sessionRequestId: 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;
sessionRequestId: string;
}
Type declaration
sessionId: string
sessionRequestId: string
requestId
requestId: string
timestamp
timestamp: number