CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_ISSUE_TOKEN_SUCCESS
interface CredentialHolderApplicationInstanceWalletAttestationIssueTokenSuccessEvent { category: "credential-holder"; data: { applicationInstanceId: string; expiresIn: number; holderApplicationId: string; publicKeyJkt: string; walletInstanceId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_ISSUE_TOKEN_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceWalletAttestationIssueTokenSuccessEventSanitised { category: "credential-holder"; data: { applicationInstanceId: string; expiresIn: number; holderApplicationId: string; publicKeyJkt: string; walletInstanceId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_ISSUE_TOKEN_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceWalletAttestationIssueTokenSuccessEventDataLevel { category: "credential-holder"; data: undefined; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_ISSUE_TOKEN_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: {
applicationInstanceId: string;
expiresIn: number;
holderApplicationId: string;
publicKeyJkt: string;
walletInstanceId: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_ISSUE_TOKEN_SUCCESS"
userAgent
userAgent: string | undefined