(config_path=None, config_dict=None, credstore_env=None)
| 346 | |
| 347 | |
| 348 | def load_config(config_path=None, config_dict=None, credstore_env=None): |
| 349 | return AuthConfig.load_config(config_path, config_dict, credstore_env) |
| 350 | |
| 351 | |
| 352 | def _load_legacy_config(config_file): |
no test coverage detected