CREDENTIAL_PRESENTATION_RESPONSE_RETRY
interface CredentialPresentationResponseRetryEvent { category: "credential-presentation"; clientId: string | undefined; data: { payload: | { presentation_submission: { definition_id: string; descriptor_map: { format: "mso_mdoc"; id: string; path: "$" }[]; id: string; }; state: string; vp_token: string; } | { error: string; error_description: string | undefined; state: string }; receiveEventId: string; retryAttempt: number; sessionId: string; sessionTranscript: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_RESPONSE_RETRY"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
payload:
| {
presentation_submission: {
definition_id: string;
descriptor_map: { format: "mso_mdoc"; id: string; path: "$" }[];
id: string;
};
state: string;
vp_token: string;
}
| { error: string; error_description: string
| undefined; state: string };
receiveEventId: string;
retryAttempt: number;
sessionId: string;
sessionTranscript: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_RESPONSE_RETRY"
userAgent
userAgent: string | undefined