MCPcopy
hub / github.com/httpie/cli / get_auth_plugins

Method get_auth_plugins

httpie/plugins/manager.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82 # Auth
83 def get_auth_plugins(self) -> List[Type[AuthPlugin]]:
84 return self.filter(AuthPlugin)
85
86 def get_auth_plugin_mapping(self) -> Dict[str, Type[AuthPlugin]]:
87 return {

Callers 3

__str__Method · 0.95
_process_authMethod · 0.80

Calls 1

filterMethod · 0.95

Tested by

no test coverage detected