MCPcopy
hub / github.com/safishamsi/graphify / auth_flow

Method auth_flow

worked/httpx/raw/auth.py:15–17  ·  view source on GitHub ↗

Modify the request. May yield to inspect the response.

(self, request: Request)

Source from the content-addressed store, hash-verified

13 """Base class for all authentication handlers."""
14
15 def auth_flow(self, request: Request):
16 """Modify the request. May yield to inspect the response."""
17 raise NotImplementedError
18
19
20class BasicAuth(Auth):

Callers 1

requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected