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: "credential-presentation"
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
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"