| 34 | } |
| 35 | |
| 36 | int 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 | |
| 44 | const Authenticator* global_esp_authenticator() { |
| 45 | return butil::get_leaky_singleton<EspAuthenticator>(); |
no outgoing calls
no test coverage detected