MCPcopy
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
110class AuthCredentials:
111 def __init__(self, scopes: Sequence[str] | None = None):
112 self.scopes = [] if scopes is None else list(scopes)
113
114
115class BaseUser:

Callers 2

__call__Method · 0.90
authenticateMethod · 0.90

Calls

no outgoing calls

Tested by 1

authenticateMethod · 0.72