MCPcopy Create free account
hub / github.com/apache/brpc / VerifyCredential

Method VerifyCredential

src/brpc/policy/esp_authenticator.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int EspAuthenticator::VerifyCredential(
37 const std::string& /*auth_str*/,
38 const butil::EndPoint& /*client_addr*/,
39 AuthContext* /*out_ctx*/) const {
40 //nothing to do
41 return 0;
42}
43
44const Authenticator* global_esp_authenticator() {
45 return butil::get_leaky_singleton<EspAuthenticator>();

Callers 3

VerifyHttpRequestFunction · 0.45
VerifyRpcRequestFunction · 0.45
VerifyHuluRequestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected