@@ -87,7 +87,7 @@ public interface IAuthApiAsync : IApiAccessor
8787 /// <param name="operationIndex">Index associated with the operation.</param>
8888 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
8989 /// <returns>Task of string</returns>
90- System . Threading . Tasks . Task < string > TestAuthHttpBasicAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) ) ;
90+ System . Threading . Tasks . Task < string > TestAuthHttpBasicAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ) ;
9191
9292 /// <summary>
9393 /// To test HTTP basic authentication
@@ -99,7 +99,7 @@ public interface IAuthApiAsync : IApiAccessor
9999 /// <param name="operationIndex">Index associated with the operation.</param>
100100 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
101101 /// <returns>Task of ApiResponse (string)</returns>
102- System . Threading . Tasks . Task < ApiResponse < string > > TestAuthHttpBasicWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) ) ;
102+ System . Threading . Tasks . Task < ApiResponse < string > > TestAuthHttpBasicWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ) ;
103103 /// <summary>
104104 /// To test HTTP bearer authentication
105105 /// </summary>
@@ -110,7 +110,7 @@ public interface IAuthApiAsync : IApiAccessor
110110 /// <param name="operationIndex">Index associated with the operation.</param>
111111 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
112112 /// <returns>Task of string</returns>
113- System . Threading . Tasks . Task < string > TestAuthHttpBearerAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) ) ;
113+ System . Threading . Tasks . Task < string > TestAuthHttpBearerAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ) ;
114114
115115 /// <summary>
116116 /// To test HTTP bearer authentication
@@ -122,7 +122,7 @@ public interface IAuthApiAsync : IApiAccessor
122122 /// <param name="operationIndex">Index associated with the operation.</param>
123123 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
124124 /// <returns>Task of ApiResponse (string)</returns>
125- System . Threading . Tasks . Task < ApiResponse < string > > TestAuthHttpBearerWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) ) ;
125+ System . Threading . Tasks . Task < ApiResponse < string > > TestAuthHttpBearerWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ) ;
126126 #endregion Asynchronous Operations
127127 }
128128
@@ -318,7 +318,7 @@ public Org.OpenAPITools.Client.ApiResponse<string> TestAuthHttpBasicWithHttpInfo
318318 /// <param name="operationIndex">Index associated with the operation.</param>
319319 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
320320 /// <returns>Task of string</returns>
321- public async System . Threading . Tasks . Task < string > TestAuthHttpBasicAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) )
321+ public async System . Threading . Tasks . Task < string > TestAuthHttpBasicAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default )
322322 {
323323 Org . OpenAPITools . Client . ApiResponse < string > localVarResponse = await TestAuthHttpBasicWithHttpInfoAsync ( operationIndex , cancellationToken ) . ConfigureAwait ( false ) ;
324324 return localVarResponse . Data ;
@@ -331,7 +331,7 @@ public Org.OpenAPITools.Client.ApiResponse<string> TestAuthHttpBasicWithHttpInfo
331331 /// <param name="operationIndex">Index associated with the operation.</param>
332332 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
333333 /// <returns>Task of ApiResponse (string)</returns>
334- public async System . Threading . Tasks . Task < Org . OpenAPITools . Client . ApiResponse < string > > TestAuthHttpBasicWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) )
334+ public async System . Threading . Tasks . Task < Org . OpenAPITools . Client . ApiResponse < string > > TestAuthHttpBasicWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default )
335335 {
336336
337337 Org . OpenAPITools . Client . RequestOptions localVarRequestOptions = new Org . OpenAPITools . Client . RequestOptions ( ) ;
@@ -457,7 +457,7 @@ public Org.OpenAPITools.Client.ApiResponse<string> TestAuthHttpBearerWithHttpInf
457457 /// <param name="operationIndex">Index associated with the operation.</param>
458458 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
459459 /// <returns>Task of string</returns>
460- public async System . Threading . Tasks . Task < string > TestAuthHttpBearerAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) )
460+ public async System . Threading . Tasks . Task < string > TestAuthHttpBearerAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default )
461461 {
462462 Org . OpenAPITools . Client . ApiResponse < string > localVarResponse = await TestAuthHttpBearerWithHttpInfoAsync ( operationIndex , cancellationToken ) . ConfigureAwait ( false ) ;
463463 return localVarResponse . Data ;
@@ -470,7 +470,7 @@ public Org.OpenAPITools.Client.ApiResponse<string> TestAuthHttpBearerWithHttpInf
470470 /// <param name="operationIndex">Index associated with the operation.</param>
471471 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
472472 /// <returns>Task of ApiResponse (string)</returns>
473- public async System . Threading . Tasks . Task < Org . OpenAPITools . Client . ApiResponse < string > > TestAuthHttpBearerWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global :: System . Threading . CancellationToken ) )
473+ public async System . Threading . Tasks . Task < Org . OpenAPITools . Client . ApiResponse < string > > TestAuthHttpBearerWithHttpInfoAsync ( int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default )
474474 {
475475
476476 Org . OpenAPITools . Client . RequestOptions localVarRequestOptions = new Org . OpenAPITools . Client . RequestOptions ( ) ;
0 commit comments