Home
last modified time | relevance | path

Searched refs:read_users_me (Results 1 – 15 of 15) sorted by relevance

/dports/www/py-fastapi/fastapi-0.70.0/docs_src/security/
H A Dtutorial002.py31 async def read_users_me(current_user: User = Depends(get_current_user)): function
H A Dtutorial003.py89 async def read_users_me(current_user: User = Depends(get_current_active_user)): function
H A Dtutorial004.py132 async def read_users_me(current_user: User = Depends(get_current_active_user)): function
H A Dtutorial005.py160 async def read_users_me(current_user: User = Depends(get_current_active_user)): function
/dports/www/py-fastapi/fastapi-0.70.0/tests/
H A Dtest_security_oauth2_optional.py39 def read_users_me(current_user: Optional[User] = Depends(get_current_user)): function
H A Dtest_security_oauth2_optional_description.py40 def read_users_me(current_user: Optional[User] = Depends(get_current_user)): function
/dports/www/py-fastapi/fastapi-0.70.0/docs/en/docs/advanced/security/
H A Doauth2-scopes.md216 …curity_scopes.scopes` will contain `["me"]` for the *path operation* `read_users_me`, because it i…
/dports/sysutils/bareos-client/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/sysutils/bareos-server/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/www/bareos-webui/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py178 async def read_users_me(current_user: User = Depends(get_current_user)): function