Interface CredentialPresentationVerifierApplicationRetrieveListSuccessEvent
interface CredentialPresentationVerifierApplicationRetrieveListSuccessEvent { category: "credential-presentation"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationVerifierApplicationRetrieveListSuccessEventSanitised { category: "credential-presentation"; data: { entriesCount: number; nextCursor: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
entriesCount: number;
nextCursor: undefined | string;
}
Type declaration
entriesCount: number
nextCursor: undefined | string
requestId
requestId: string
timestamp
timestamp: number