CREDENTIAL_PRESENTATION_SESSION_REQUEST_CREATE_SUCCESS
interface CredentialPresentationSessionRequestCreateSuccessEvent { category: "credential-presentation"; clientId: string | undefined; data: { authRequestUri: string; expiresIn: number; qrCode: string; sessionId: string; sessionRequestId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_SESSION_REQUEST_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialPresentationSessionRequestCreateSuccessEventSanitised { category: "credential-presentation"; clientId: string | undefined; data: { authRequestUri: string; expiresIn: number; qrCode: string; sessionId: string; sessionRequestId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_SESSION_REQUEST_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
authRequestUri: string;
expiresIn: number;
qrCode: string;
sessionId: string;
sessionRequestId: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_SESSION_REQUEST_CREATE_SUCCESS"
userAgent
userAgent: string | undefined