Home
last modified time | relevance | path

Searched defs:authenticate (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp255 inline std::shared_ptr<persistent_data::UserSession> authenticate( in authenticate() function
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py682 def authenticate(username, clear): member in SessionHandler