CREDENTIAL_PRESENTATION_SESSION_CREATE_START
interface CredentialPresentationSessionCreateStartEvent { category: "credential-presentation"; clientId: string | undefined; data: { applicationId: string | undefined; credentialQuery: { docType: string; nameSpaces: { [key: string]: { [key: string]: { intentToRetain: boolean | undefined }; }; }; profile: "mobile"; }[]; dcApiSupported: boolean | undefined; merchantId: string | undefined; origin: string | undefined; packageSigningCertificateThumbprint: string | undefined; redirectUri: string | undefined; state: string | undefined; userAgent: string | undefined; walletProviderId: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_SESSION_CREATE_START"; userAgent: string | undefined; version: "1";} interface CredentialPresentationSessionCreateStartEventSanitised { category: "credential-presentation"; clientId: string | undefined; data: { applicationId: string | undefined; credentialQuery: undefined; dcApiSupported: boolean | undefined; merchantId: string | undefined; origin: string | undefined; packageSigningCertificateThumbprint: string | undefined; redirectUri: string | undefined; state: string | undefined; userAgent: string | undefined; walletProviderId: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_SESSION_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
applicationId: string | undefined;
credentialQuery: {
docType: string;
nameSpaces: {
[key: string]: {
[key: string]: { intentToRetain: boolean | undefined };
};
};
profile: "mobile";
}[];
dcApiSupported: boolean
| undefined;
merchantId: string | undefined;
origin: string | undefined;
packageSigningCertificateThumbprint: string | undefined;
redirectUri: string | undefined;
state: string | undefined;
userAgent: string | undefined;
walletProviderId: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_SESSION_CREATE_START"
userAgent
userAgent: string | undefined