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

Class UnauthenticatedUser

starlette/authentication.py:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142class UnauthenticatedUser(BaseUser):
143 @property
144 def is_authenticated(self) -> bool:
145 return False
146
147 @property
148 def display_name(self) -> str:
149 return ""

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected