CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL
interface CredentialPresentationSessionResultRetrieveFailEventSanitised { category: "credential-presentation"; clientId: string | undefined; data: { error: { message: string; type: string }; sessionId: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
error: { message: string; type: string };
sessionId: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL"
userAgent
userAgent: string | undefined