You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
login will return a mix of Clients and Authorizers when you set make_clients=True. While this makes the code robust to users requesting authorizers for services that are not known by mdf_toolbox, it requires users to know what services are defined in their specific version of toolbox to know what output type(s) to expect . I suggest we throw errors instead.
login
will return a mix of Clients and Authorizers when you setmake_clients=True
. While this makes the code robust to users requesting authorizers for services that are not known bymdf_toolbox
, it requires users to know what services are defined in their specific version oftoolbox
to know what output type(s) to expect . I suggest we throw errors instead.Line in question:
toolbox/mdf_toolbox/auth.py
Line 205 in d6f82ff
The text was updated successfully, but these errors were encountered: