MCPcopy Create free account
hub / github.com/bugy/script-server / identify

Method identify

src/auth/identification.py:15–16  ·  view source on GitHub ↗
(self, request_handler)

Source from the content-addressed store, hash-verified

13class Identification(metaclass=abc.ABCMeta):
14 @abc.abstractmethod
15 def identify(self, request_handler):
16 pass
17
18 @abc.abstractmethod
19 def identify_for_audit(self, request_handler):

Callers 6

identify_userFunction · 0.45

Calls

no outgoing calls