userver: server::handlers::auth::AuthCheckerFactoryBase Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::handlers::auth::AuthCheckerFactoryBase Class Referenceabstract

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
 

Detailed Description

Base class for all the authorization factory checkers.

Examples
samples/digest_auth_service/auth_digest.hpp, and samples/postgres_auth/auth_bearer.hpp.

Definition at line 16 of file auth_checker_factory.hpp.


The documentation for this class was generated from the following file: