From 664dafefd03d94c72f46d0229d569693168c1d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:56:01 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...TencentTokenHub.TencentTokenHubClient.g.cs | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/libs/TencentTokenHub/Generated/TencentTokenHub.TencentTokenHubClient.g.cs b/src/libs/TencentTokenHub/Generated/TencentTokenHub.TencentTokenHubClient.g.cs index f0185d7..0ac0dbc 100644 --- a/src/libs/TencentTokenHub/Generated/TencentTokenHub.TencentTokenHubClient.g.cs +++ b/src/libs/TencentTokenHub/Generated/TencentTokenHub.TencentTokenHubClient.g.cs @@ -62,6 +62,27 @@ public TencentTokenHubClient( { } + /// + /// Creates a new instance of the TencentTokenHubClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TencentTokenHubClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::TencentTokenHub.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TencentTokenHubClient. /// If no httpClient is provided, a new one will be created.