Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ AuthCredentials
Class
AuthCredentials
starlette/authentication.py:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
class
AuthCredentials:
111
def
__init__(self, scopes: Sequence[str] | None = None):
112
self.scopes = []
if
scopes is None
else
list(scopes)
113
114
115
class
BaseUser:
Callers
2
__call__
Method · 0.90
authenticate
Method · 0.90
Calls
no outgoing calls
Tested by
1
authenticate
Method · 0.72