From b5d766de4ba7b46f5dc5f2896ac4cbc5e124c9f3 Mon Sep 17 00:00:00 2001 From: Tiffany Marrel Date: Tue, 6 Jun 2023 04:47:46 +0200 Subject: [PATCH] [xojo] fix use of isBasic from #15194 (#15761) --- .../src/main/resources/xojo-client/api.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/xojo-client/api.mustache b/modules/openapi-generator/src/main/resources/xojo-client/api.mustache index 466059b32e73..c6414e4a92f5 100644 --- a/modules/openapi-generator/src/main/resources/xojo-client/api.mustache +++ b/modules/openapi-generator/src/main/resources/xojo-client/api.mustache @@ -77,7 +77,7 @@ Protected Class {{classname}} End If localVarQueryParams = localVarQueryParams + "{{keyParamName}}=" + Me.ApiKey{{{name}}}{{/isKeyInQuery}} {{#isKeyInHeader}}localVarHTTPSocket.SetRequestHeader(EncodeURLComponent("{{keyParamName}}"), EncodeURLComponent(me.ApiKey{{{name}}})){{/isKeyInHeader}}{{/isApiKey}} - {{#isBasic}}AddHandler localVarHTTPSocket.AuthenticationRequired, addressof Me.AuthenticationRequired{{/isBasic}}{{/authMethods}}{{/hasAuthMethods}} + {{#isBasicBasic}}AddHandler localVarHTTPSocket.AuthenticationRequired, addressof Me.AuthenticationRequired{{/isBasicBasic}}{{/authMethods}}{{/hasAuthMethods}} {{#hasCookieParams}} Dim localVarCookies() As String {{#cookieParams}}