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 afebaa6 commit eb5856bCopy full SHA for eb5856b
packages/toolbox-core/src/toolbox_core/utils.py
@@ -59,7 +59,7 @@ def identify_required_authn_params(
59
60
Returns:
61
A new dictionary representing the subset of required authentication parameters
62
- that are not covered by the provided `auth_services`.
+ that are not covered by the provided `auth_service_names`.
63
"""
64
required_params = {} # params that are still required with provided auth_services
65
for param, services in req_authn_params.items():
0 commit comments