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 180eddc commit 913d990Copy full SHA for 913d990
packages/toolbox-core/src/toolbox_core/tool.py
@@ -283,7 +283,9 @@ def add_auth_token_getters(
283
new_getters = types.MappingProxyType(
284
dict(self.__auth_service_token_getters, **auth_token_getters)
285
)
286
- # find the updated required authn params and the auth token getters used
+
287
+ # find the updated required authn params, authz tokens and the auth
288
+ # token getters used
289
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
290
identify_required_authn_params(
291
self.__required_authn_params,
0 commit comments