Interface MobileCredentialVerifySuccessEvent
interface MobileCredentialVerifySuccessEvent { category: "mobile-credential"; data: { reason: undefined | { details: { [
key:
string]
: unknown; }; message: string; type: unknown; }; verified: boolean; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialVerifySuccessEventSanitised { category: "mobile-credential"; data: { reason: undefined | { details: { [
key:
string]
: unknown; }; message: string; type: unknown; }; verified: boolean; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA
data
data: {
reason: undefined | {
details: {
[key: string]: unknown;
};
message: string;
type: unknown;
};
verified: boolean;
}
Type declaration
reason: undefined | {
details: {
[key: string]: unknown;
};
message: string;
type: unknown;
}
verified: boolean
requestId
requestId: string
timestamp
timestamp: number