我正在尝试实现类似于boomi中可用的httpclient连接器的连接器。在连接器窗口中,它具有基于UI更改值定义的身份验证类型。如何使用提供的连接器sdk在连接器中实现相同的功能?
'''
<field id="authtype" label="Authentication Type" type="string">
<helpText>Select Authentication Type</helpText>
<allowedValue label="NONE"><value>NONE</value></allowedValue>
<allowedValue label="BASIC"><value>BASIC</value></allowedValue>
</field>
'''