ConfigFactoryInputOidc: {
    account: Readonly<{
        userAccount: string;
    }>;
    env?: NotifiEnvironment;
    storageOption?: NotifiFrontendConfiguration["storageOption"];
    tenantId: string;
    walletBlockchain: "OFF_CHAIN";
}

No longer need to use configFactory, use instantiateFrontendClient instead