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 f3c384f commit f6d1661Copy full SHA for f6d1661
packages/toolbox-core/src/toolbox_core/tool.py
@@ -309,7 +309,8 @@ def add_auth_token_getters(
309
310
new_getters = dict(self.__auth_service_token_getters, **auth_token_getters)
311
312
- # find the updated auth requirements
+ # find the updated required authn params, authz tokens and the auth
313
+ # token getters used
314
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
315
identify_auth_requirements(
316
self.__required_authn_params,
0 commit comments