21 const std::shared_ptr<ccf::RpcContext>&,
22 std::string&)
override;
25 std::shared_ptr<ccf::RpcContext>, std::string&&)
override;
30 return unauthenticated_schema;
Definition authentication_types.h:28
Definition empty_auth.h:15
std::unique_ptr< AuthnIdentity > authenticate(ccf::kv::ReadOnlyTx &, const std::shared_ptr< ccf::RpcContext > &, std::string &) override
Definition empty_auth.cpp:8
void set_unauthenticated_error(std::shared_ptr< ccf::RpcContext >, std::string &&) override
Definition empty_auth.cpp:19
std::optional< OpenAPISecuritySchema > get_openapi_security_schema() const override
Definition empty_auth.h:27
static constexpr auto SECURITY_SCHEME_NAME
Definition empty_auth.h:17
std::string get_security_scheme_name() override
Definition empty_auth.h:33
Definition app_interface.h:14
Definition authentication_types.h:19
Definition empty_auth.h:12