You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/src/main/CsharpDotNet2/Org/OpenAPITools/Client/ApiClient.cs
+1-3
Original file line number
Diff line number
Diff line change
@@ -261,11 +261,9 @@ public void UpdateParamsForAuth(Dictionary<String, String> queryParams, Dictiona
Copy file name to clipboardexpand all lines: samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/src/main/CsharpDotNet2/Org/OpenAPITools/Client/Configuration.cs
+6
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@ public class Configuration
37
37
/// <value>The password.</value>
38
38
publicstaticStringPassword{get;set;}
39
39
40
+
/// <summary>
41
+
/// Gets or sets the access token (Bearer/OAuth authentication).
42
+
/// </summary>
43
+
/// <value>The access token.</value>
44
+
publicstaticStringAccessToken{get;set;}
45
+
40
46
/// <summary>
41
47
/// Gets or sets the API key based on the authentication name.
0 commit comments