userver: samples/grpc_middleware_service/src/middlewares/auth.cpp
Loading...
Searching...
No Matches
samples/grpc_middleware_service/src/middlewares/auth.cpp
#include "auth.hpp"
namespace sample::grpc::auth {
const ::grpc::string kKey = "x-key";
const ::grpc::string kCredentials = "secret-credentials";
} // namespace sample::grpc::auth