Interface PresentationWebSemanticRequestCreateStartEvent
interface PresentationWebSemanticRequestCreateStartEvent { category: "presentation-web-semantic"; data: { callbackUrl: string; did: string; expiresTime: number; templateId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface PresentationWebSemanticRequestCreateStartEventSanitised { category: "presentation-web-semantic"; data: { callbackUrl: string; did: string; expiresTime: number; templateId: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "presentation-web-semantic"
Sanitisation Level DATA
data
data: {
callbackUrl: string;
did: string;
expiresTime: number;
templateId: string;
}
Type declaration
callbackUrl: string
did: string
expiresTime: number
templateId: string
requestId
requestId: string
timestamp
timestamp: number