Public Member Functions | |
| BasicRequestAuthentication (bool disableAuthentication) | |
| crow::response | AuthenticateRequest (const crow::request &req) override |
Additional Inherited Members | |
Protected Member Functions inherited from Odb::Lib::App::RequestAuthenticationBase | |
| RequestAuthenticationBase (bool disableAuthentication) | |
Protected Attributes inherited from Odb::Lib::App::RequestAuthenticationBase | |
| bool | m_disableAuthentication = false |
Definition at line 8 of file BasicRequestAuthentication.h.
| Odb::Lib::App::BasicRequestAuthentication::BasicRequestAuthentication | ( | bool | disableAuthentication | ) |
Definition at line 8 of file BasicRequestAuthentication.cpp.
|
overridevirtual |
Reimplemented from Odb::Lib::App::RequestAuthenticationBase.
Definition at line 13 of file BasicRequestAuthentication.cpp.