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

    CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_START

    interface CredentialPresentationVerifierApplicationInstanceIssueTokensStartEventSanitised {
        category: "credential-presentation";
        data: {
            applicationType: "ios" | "android";
            attestationProvided: boolean;
            externalReferenceId: string | undefined;
            instanceId: string;
            instanceInfo: {
                deviceMake: string;
                deviceModel: string;
                osVersion: string;
                sdkVersion: string;
            };
            verifierApplicationId: string;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    data: {
        applicationType: "ios" | "android";
        attestationProvided: boolean;
        externalReferenceId: string | undefined;
        instanceId: string;
        instanceInfo: {
            deviceMake: string;
            deviceModel: string;
            osVersion: string;
            sdkVersion: string;
        };
        verifierApplicationId: string;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_START"
    userAgent: string | undefined
    version: "1"