class ServerCredentials
Defined at line 69 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/server_credentials.h
Wrapper around
a way to authenticate a server.
Public Methods
void ~ServerCredentials ()
void SetAuthMetadataProcessor (const std::shared_ptr<grpc::AuthMetadataProcessor> & processor)
This method is not thread-safe and has to be called before the server is
started. The last call to this function wins.
Protected Methods
void ServerCredentials (grpc_server_credentials * creds)
grpc_server_credentials * c_creds ()
Defined at line 81 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/server_credentials.h
Friends
shared_ptr ServerCredentials (const std::shared_ptr<ServerCredentials> & fallback_credentials)
class ServerBuilder
class Server