#include <test_credentials_provider.h>
Definition at line 49 of file test_credentials_provider.h.
◆ ~CredentialsProvider()
virtual grpc::testing::CredentialsProvider::~CredentialsProvider |
( |
| ) |
|
|
inlinevirtual |
◆ AddSecureType()
virtual void grpc::testing::CredentialsProvider::AddSecureType |
( |
const std::string & |
type, |
|
|
std::unique_ptr< CredentialTypeProvider > |
type_provider |
|
) |
| |
|
pure virtual |
◆ GetChannelCredentials()
◆ GetSecureCredentialsTypeList()
virtual std::vector<std::string> grpc::testing::CredentialsProvider::GetSecureCredentialsTypeList |
( |
| ) |
|
|
pure virtual |
◆ GetServerCredentials()
virtual std::shared_ptr<ServerCredentials> grpc::testing::CredentialsProvider::GetServerCredentials |
( |
const std::string & |
type | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: