CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS
interface CredentialPresentationVerifierApplicationInstanceIssueTokensSuccessEvent { category: "credential-presentation"; data: { instanceId: string; licenseExpiry: string | undefined; verifierApplicationId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialPresentationVerifierApplicationInstanceIssueTokensSuccessEventSanitised { category: "credential-presentation"; data: { instanceId: string; licenseExpiry: string | undefined; verifierApplicationId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialPresentationVerifierApplicationInstanceIssueTokensSuccessEventDataLevel { category: "credential-presentation"; data: undefined; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
Sanitisation Level DATAdata
data: {
instanceId: string;
licenseExpiry: string | undefined;
verifierApplicationId: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS"
userAgent
userAgent: string | undefined