Authorization factory registration and base classes.
More...
#include <userver/components/component_context.hpp>
#include <userver/server/handlers/auth/auth_checker_base.hpp>
#include <userver/server/handlers/auth/auth_checker_settings.hpp>
#include <userver/server/handlers/handler_config.hpp>
Go to the source code of this file.
|
void | server::handlers::auth::RegisterAuthCheckerFactory (std::string auth_type, std::unique_ptr< AuthCheckerFactoryBase > &&factory) |
| Function to call from main() to register an authorization checker.
|
|
const AuthCheckerFactoryBase & | server::handlers::auth::GetAuthCheckerFactory (const std::string &auth_type) |
| Function that returns an authorization checker factory.
|
|
Authorization factory registration and base classes.
Definition in file auth_checker_factory.hpp.