MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_START

    interface CredentialPresentationVerifierApplicationCreateStartEventSanitised {
        category: "credential-presentation";
        clientId: string | undefined;
        data:
            | {
                additionalDomains: string[]
                | undefined;
                dcApiConfiguration:
                    | {
                        supportedBrowserPlatforms: { desktop: boolean; mobile: boolean };
                    }
                    | undefined;
                domain: string;
                name: string;
                openid4vpConfiguration: | {
                    display: | {
                        awaitingPresentationText: string
                        | undefined;
                        bodyText: string | undefined;
                        displayMode: "full" | "simple" | undefined;
                        headerText: string | undefined;
                        logoImage: { altText: string; url: string } | undefined;
                        primaryColorHex: string | undefined;
                        privacyPolicyLinkText: string | undefined;
                        privacyPolicyUrl: string | undefined;
                        qrCodeInstructions: string | undefined;
                    }
                    | undefined;
                    redirectUris: string[];
                    supportedModes: "all"
                    | "sameDevice"
                    | "crossDevice"
                    | undefined;
                }
                | undefined;
                resultAvailableInFrontChannel: boolean
                | undefined;
                type: "web";
            }
            | {
                appAttest: | {
                    environment: "development"
                    | "production";
                    required: boolean;
                }
                | undefined;
                bundleId: string;
                maxTimeOfflineInSecs: number
                | undefined;
                name: string;
                openid4vpConfiguration: { redirectUri: string } | undefined;
                resultAvailableInFrontChannel: boolean | undefined;
                teamId: string | undefined;
                type: "ios";
            }
            | {
                dcApiConfiguration: { enabled: boolean }
                | undefined;
                keyAttestation: { required: boolean } | undefined;
                maxTimeOfflineInSecs: number | undefined;
                name: string;
                openid4vpConfiguration: { redirectUri: string } | undefined;
                packageName: string;
                packageSigningCertificateThumbprints: string[];
                resultAvailableInFrontChannel: boolean | undefined;
                type: "android";
            };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    clientId: string | undefined
    data:
        | {
            additionalDomains: string[]
            | undefined;
            dcApiConfiguration:
                | { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean } }
                | undefined;
            domain: string;
            name: string;
            openid4vpConfiguration:
                | {
                    display: | {
                        awaitingPresentationText: string
                        | undefined;
                        bodyText: string | undefined;
                        displayMode: "full" | "simple" | undefined;
                        headerText: string | undefined;
                        logoImage: { altText: string; url: string } | undefined;
                        primaryColorHex: string | undefined;
                        privacyPolicyLinkText: string | undefined;
                        privacyPolicyUrl: string | undefined;
                        qrCodeInstructions: string | undefined;
                    }
                    | undefined;
                    redirectUris: string[];
                    supportedModes: "all"
                    | "sameDevice"
                    | "crossDevice"
                    | undefined;
                }
                | undefined;
            resultAvailableInFrontChannel: boolean
            | undefined;
            type: "web";
        }
        | {
            appAttest: | {
                environment: "development"
                | "production";
                required: boolean;
            }
            | undefined;
            bundleId: string;
            maxTimeOfflineInSecs: number
            | undefined;
            name: string;
            openid4vpConfiguration: { redirectUri: string } | undefined;
            resultAvailableInFrontChannel: boolean | undefined;
            teamId: string | undefined;
            type: "ios";
        }
        | {
            dcApiConfiguration: { enabled: boolean }
            | undefined;
            keyAttestation: { required: boolean } | undefined;
            maxTimeOfflineInSecs: number | undefined;
            name: string;
            openid4vpConfiguration: { redirectUri: string } | undefined;
            packageName: string;
            packageSigningCertificateThumbprints: string[];
            resultAvailableInFrontChannel: boolean | undefined;
            type: "android";
        }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_START"
    userAgent: string | undefined
    version: "1"