Base class for all the authorization factory checkers. More...
#include <userver/server/handlers/auth/auth_checker_factory.hpp>
Public Member Functions | |
| virtual AuthCheckerBasePtr | operator() (const components::ComponentContext &, const HandlerAuthConfig &, const AuthCheckerSettings &) const =0 | 
Base class for all the authorization factory checkers.
Definition at line 16 of file auth_checker_factory.hpp.