forked from loafle/openapi-generator-original
parent
d3a2e0e43e
commit
b5d766de4b
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user