MCPcopy Index your code
hub / github.com/fastapi/fastapi / Security

Class Security

fastapi/params.py:753–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751
752@dataclass(frozen=True)
753class Security(Depends):
754 scopes: Sequence[str] | None = None

Callers 15

get_current_active_userFunction · 0.90
read_own_itemsFunction · 0.90
get_current_active_userFunction · 0.90
read_own_itemsFunction · 0.90
get_current_userFunction · 0.90
get_current_userFunction · 0.90
read_current_userFunction · 0.90
read_current_userFunction · 0.90
new_subscriptionFunction · 0.90
read_itemsFunction · 0.90
get_current_userFunction · 0.90
get_current_userFunction · 0.90

Calls

no outgoing calls

Tested by 15

get_current_userFunction · 0.72
get_current_userFunction · 0.72
read_current_userFunction · 0.72
read_current_userFunction · 0.72
new_subscriptionFunction · 0.72
read_itemsFunction · 0.72
get_current_userFunction · 0.72
get_current_userFunction · 0.72
get_current_userFunction · 0.72
read_itemsFunction · 0.72
create_itemFunction · 0.72
read_current_userFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…