MCPcopy Index your code
hub / github.com/httpie/cli / get_auth_plugin

Method get_auth_plugin

httpie/plugins/manager.py:91–92  ·  view source on GitHub ↗
(self, auth_type: str)

Source from the content-addressed store, hash-verified

89 }
90
91 def get_auth_plugin(self, auth_type: str) -> Type[AuthPlugin]:
92 return self.get_auth_plugin_mapping()[auth_type]
93
94 # Output processing
95 def get_formatters(self) -> List[Type[FormatterPlugin]]:

Callers 2

authMethod · 0.80
_process_authMethod · 0.80

Calls 1

Tested by

no test coverage detected