userver: server::handlers::auth::AuthCheckerFactoryBase Class Reference
Loading...
Searching...
No Matches
server::handlers::auth::AuthCheckerFactoryBase Class Referenceabstract

#include <userver/server/handlers/auth/auth_checker_factory.hpp>

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.

Public Member Functions

virtual AuthCheckerBasePtr operator() (const components::ComponentContext &, const HandlerAuthConfig &, const AuthCheckerSettings &) const =0
 

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