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

    CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_SUCCESS

    interface CredentialHolderApplicationInstanceWalletAttestationRegisterSuccessEventSanitised {
        category: "credential-holder";
        data: {
            applicationInstanceId: string;
            expiresIn: number;
            holderApplicationId: string;
            publicKeyJkt: string;
            walletInstanceId: string;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-holder"
    data: {
        applicationInstanceId: string;
        expiresIn: number;
        holderApplicationId: string;
        publicKeyJkt: string;
        walletInstanceId: string;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_SUCCESS"
    userAgent: string | undefined
    version: "1"