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

    CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS

    interface CredentialPresentationVerifierApplicationInstanceIssueTokensSuccessEventSanitised {
        category: "credential-presentation";
        data: {
            instanceId: string;
            licenseExpiry: string | undefined;
            verifierApplicationId: string;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    data: {
        instanceId: string;
        licenseExpiry: string | undefined;
        verifierApplicationId: string;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_ISSUE_TOKENS_SUCCESS"
    userAgent: string | undefined
    version: "1"