Yllibed.TenantCloudClient.Cdp 3.0.41-dev

This is a prerelease version of Yllibed.TenantCloudClient.Cdp.
dotnet add package Yllibed.TenantCloudClient.Cdp --version 3.0.41-dev
                    
NuGet\Install-Package Yllibed.TenantCloudClient.Cdp -Version 3.0.41-dev
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Yllibed.TenantCloudClient.Cdp" Version="3.0.41-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Yllibed.TenantCloudClient.Cdp" Version="3.0.41-dev" />
                    
Directory.Packages.props
<PackageReference Include="Yllibed.TenantCloudClient.Cdp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Yllibed.TenantCloudClient.Cdp --version 3.0.41-dev
                    
#r "nuget: Yllibed.TenantCloudClient.Cdp, 3.0.41-dev"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Yllibed.TenantCloudClient.Cdp@3.0.41-dev
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Yllibed.TenantCloudClient.Cdp&version=3.0.41-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Yllibed.TenantCloudClient.Cdp&version=3.0.41-dev&prerelease
                    
Install as a Cake Tool

Yllibed.TenantCloudClient.Cdp

Chrome DevTools Protocol (CDP) based token provider for Yllibed.TenantCloudClient. Extracts auth tokens from an existing browser session with automatic JWT refresh.

Quick start

services
    .AddSecureTokenStore()      // Persist tokens in OS credential store
    .AddCdpTokenProvider()      // Extract tokens from browser via CDP
    .AddTenantCloudClient();    // Register ITcClient

Options

services.AddCdpTokenProvider(options =>
{
    options.DebugPort = 9222;               // CDP debug port (default)
    options.AllowInteractiveLogin = true;   // Launch browser if no session found
    options.BrowserExecutablePath = null;   // Auto-detect Chromium browser
});

How it works

  1. In-memory cache — returns the cached JWT if still valid
  2. Token store — loads persisted tokens and refreshes if expired
  3. CDP extraction — connects to a running Chromium browser and extracts tokens from a TenantCloud tab
  4. Interactive login — launches a temporary browser window for sign-in (if enabled)

No external NuGet dependencies beyond the base client library.

For full documentation, see the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.41-dev 47 2/16/2026
3.0.40-dev 45 2/16/2026
3.0.39-dev 51 2/16/2026
3.0.20-dev 46 2/16/2026
3.0.19-dev 54 2/16/2026
3.0.18-dev 44 2/16/2026