We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d49fde commit 1f010b0Copy full SHA for 1f010b0
packages/toolbox-core/src/toolbox_core/tool.py
@@ -311,7 +311,9 @@ def add_auth_token_getters(
311
new_getters = MappingProxyType(
312
dict(self.__auth_service_token_getters, **auth_token_getters)
313
)
314
- # find the updated required authn params and the auth token getters used
+
315
+ # find the updated required authn params, authz tokens and the auth
316
+ # token getters used
317
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
318
identify_required_authn_params(
319
self.__required_authn_params,
0 commit comments