PRESENTATION_WEB_SEMANTIC_VERIFY_START
interface PresentationWebSemanticVerifyStartEvent { category: "presentation-web-semantic"; clientId: string | undefined; data: { challenge: string | undefined; domain: string | undefined; numberOfCredentials: number; presentation: { "@context": string | object | (
string | object)
[]; holder: string | undefined; id: string | undefined; proof: { type: string } | { type: string }[] | undefined; type: string | string[]; verifiableCredential: | { "@context": string | object | (
string | object)
[]; credentialStatus: { id: string; type: string } | undefined; credentialSubject: | string | { id: string | undefined } | { id: string | undefined }[]; expirationDate: string | undefined; id: string | undefined; issuanceDate: string; issuer: string | { id: string }; proof: { type: string } | { type: string }[]; type: string | string[]; } | { "@context": string | object | (
string | object)
[]; credentialStatus: { id: string; type: string } | undefined; credentialSubject: | string | { id: string | undefined } | { id: string | undefined }[]; expirationDate: string | undefined; id: string | undefined; issuanceDate: string; issuer: string | { id: string }; proof: { type: string } | { type: string }[]; type: string | string[]; }[] | undefined; }; presentationId: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "PRESENTATION_WEB_SEMANTIC_VERIFY_START"; userAgent: string | undefined; version: "1";} interface PresentationWebSemanticVerifyStartEventSanitised { category: "presentation-web-semantic"; clientId: string | undefined; data: { challenge: string | undefined; domain: string | undefined; numberOfCredentials: number; presentation: undefined; presentationId: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "PRESENTATION_WEB_SEMANTIC_VERIFY_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "presentation-web-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
challenge: string | undefined;
domain: string | undefined;
numberOfCredentials: number;
presentation: {
"@context": string | object | (string | object)[];
holder: string | undefined;
id: string | undefined;
proof: { type: string } | { type: string }[] | undefined;
type: string | string[];
verifiableCredential:
| {
"@context": string
| object
| (string | object)[];
credentialStatus: { id: string; type: string } | undefined;
credentialSubject:
| string
| { id: string
| undefined }
| { id: string | undefined }[];
expirationDate: string | undefined;
id: string | undefined;
issuanceDate: string;
issuer: string | { id: string };
proof: { type: string } | { type: string }[];
type: string | string[];
}
| {
"@context": string
| object
| (string | object)[];
credentialStatus: { id: string; type: string } | undefined;
credentialSubject:
| string
| { id: string
| undefined }
| { id: string | undefined }[];
expirationDate: string | undefined;
id: string | undefined;
issuanceDate: string;
issuer: string | { id: string };
proof: { type: string } | { type: string }[];
type: string | string[];
}[]
| undefined;
};
presentationId: string
| undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "PRESENTATION_WEB_SEMANTIC_VERIFY_START"
userAgent
userAgent: string | undefined