Description
Is your feature request related to a problem? Please describe.
Connectors can be configured with "Enable Authentication Override" to allow end user auth token to be passed from ADK. However the current client code in connections_client.py does not include the dynamicAuthConfig input object which is also exposed in the ExecuteConnection API trigger. This prevents developing agents on ADK from passing the end user auth token to execute an operation on the connection appropriately.
Describe the solution you'd like
Update code to include dynamicAuthConfig object when the connection is configured with "Enable Authentication Override" switched on.
Describe alternatives you've considered
N/A
Additional context
N/A