Interface CredentialPresentationSessionCreateSuccessEvent
interface CredentialPresentationSessionCreateSuccessEvent { category: "credential-presentation"; data: { applicationId: string; browserPlatform: undefined | string; sessionId: string; sessionTtl: undefined | number; sessionUrl: undefined | string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationSessionCreateSuccessEventSanitised { category: "credential-presentation"; data: { applicationId: string; browserPlatform: undefined | string; sessionId: string; sessionTtl: undefined | number; sessionUrl: undefined | string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
applicationId: string;
browserPlatform: undefined | string;
sessionId: string;
sessionTtl: undefined | number;
sessionUrl: undefined | string;
type: undefined | string;
}
Type declaration
applicationId: string
browserPlatform: undefined | string
sessionId: string
sessionTtl: undefined | number
sessionUrl: undefined | string
type: undefined | string
requestId
requestId: string
timestamp
timestamp: number