MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / get_instance

Method get_instance

openhands/app_server/user_auth/user_auth.py:142–143  ·  view source on GitHub ↗

Get an instance of UserAuth from the request given

(cls, request: Request)

Source from the content-addressed store, hash-verified

140 @classmethod
141 @abstractmethod
142 async def get_instance(cls, request: Request) -> UserAuth:
143 """Get an instance of UserAuth from the request given"""
144
145 @classmethod
146 @abstractmethod

Callers 3

get_user_authFunction · 0.45
_resolve_acp_server_keyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected