MCPcopy
hub / github.com/encode/starlette / authenticate

Method authenticate

starlette/authentication.py:106–107  ·  view source on GitHub ↗
(self, conn: HTTPConnection)

Source from the content-addressed store, hash-verified

104
105class AuthenticationBackend:
106 async def authenticate(self, conn: HTTPConnection) -> tuple[AuthCredentials, BaseUser] | None:
107 raise NotImplementedError() # pragma: no cover
108
109
110class AuthCredentials:

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected