Interface CredentialPresentationVerifierApplicationRetrieveSuccessEvent
interface CredentialPresentationVerifierApplicationRetrieveSuccessEvent { category: "credential-presentation"; clientId: undefined | string; data: { additionalDomains: undefined | string[]; dcApiConfiguration: undefined | { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean; }; }; domain: string; id: string; name: string; openid4vpConfiguration: undefined | { display: undefined | { bodyText: undefined | string; headerText: string; logoImage: { altText: string; url: string; }; primaryColorHex: undefined | string; privacyPolicyUrl: undefined | string; }; redirectUris: string[]; supportedModes: undefined | "all" | "sameDevice" | "crossDevice"; }; resultAvailableInFrontChannel: boolean; type: "web"; } | { bundleId: string; id: string; name: string; openid4vpConfiguration: undefined | { redirectUri: string; }; resultAvailableInFrontChannel: boolean; teamId: undefined | string; type: "ios"; } | { dcApiConfiguration: undefined | { enabled: boolean; }; id: string; name: string; openid4vpConfiguration: undefined | { redirectUri: string; }; packageName: string; packageSigningCertificateThumbprints: string[]; resultAvailableInFrontChannel: boolean; type: "android"; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationVerifierApplicationRetrieveSuccessEventSanitised { category: "credential-presentation"; clientId: undefined | string; data: { additionalDomains: undefined | string[]; dcApiConfiguration: undefined | { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean; }; }; domain: string; id: string; name: string; openid4vpConfiguration: undefined | { display: undefined | { bodyText: undefined | string; headerText: string; logoImage: { altText: string; url: string; }; primaryColorHex: undefined | string; privacyPolicyUrl: undefined | string; }; redirectUris: string[]; supportedModes: undefined | "all" | "sameDevice" | "crossDevice"; }; resultAvailableInFrontChannel: boolean; type: "web"; } | { bundleId: string; id: string; name: string; openid4vpConfiguration: undefined | { redirectUri: string; }; resultAvailableInFrontChannel: boolean; teamId: undefined | string; type: "ios"; } | { dcApiConfiguration: undefined | { enabled: boolean; }; id: string; name: string; openid4vpConfiguration: undefined | { redirectUri: string; }; packageName: string; packageSigningCertificateThumbprints: string[]; resultAvailableInFrontChannel: boolean; type: "android"; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
additionalDomains: undefined | string[];
dcApiConfiguration: undefined | {
supportedBrowserPlatforms: {
desktop: boolean;
mobile: boolean;
};
};
domain: string;
id: string;
name: string;
openid4vpConfiguration: undefined | {
display: undefined | {
bodyText: undefined | string;
headerText: string;
logoImage: {
altText: string;
url: string;
};
primaryColorHex: undefined | string;
privacyPolicyUrl: undefined | string;
};
redirectUris: string[];
supportedModes: undefined | "all" | "sameDevice" | "crossDevice";
};
resultAvailableInFrontChannel: boolean;
type: "web";
} | {
bundleId: string;
id: string;
name: string;
openid4vpConfiguration: undefined | {
redirectUri: string;
};
resultAvailableInFrontChannel: boolean;
teamId: undefined | string;
type: "ios";
} | {
dcApiConfiguration: undefined | {
enabled: boolean;
};
id: string;
name: string;
openid4vpConfiguration: undefined | {
redirectUri: string;
};
packageName: string;
packageSigningCertificateThumbprints: string[];
resultAvailableInFrontChannel: boolean;
type: "android";
}
Type declaration
additionalDomains: undefined | string[]
dcApiConfiguration: undefined | {
supportedBrowserPlatforms: {
desktop: boolean;
mobile: boolean;
};
}
domain: string
id: string
name: string
openid4vpConfiguration: undefined | {
display: undefined | {
bodyText: undefined | string;
headerText: string;
logoImage: {
altText: string;
url: string;
};
primaryColorHex: undefined | string;
privacyPolicyUrl: undefined | string;
};
redirectUris: string[];
supportedModes: undefined | "all" | "sameDevice" | "crossDevice";
}
resultAvailableInFrontChannel: boolean
type: "web"
Type declaration
bundleId: string
id: string
name: string
openid4vpConfiguration: undefined | {
redirectUri: string;
}
resultAvailableInFrontChannel: boolean
teamId: undefined | string
type: "ios"
Type declaration
dcApiConfiguration: undefined | {
enabled: boolean;
}
id: string
name: string
openid4vpConfiguration: undefined | {
redirectUri: string;
}
packageName: string
packageSigningCertificateThumbprints: string[]
resultAvailableInFrontChannel: boolean
type: "android"
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number