Searched defs:creds_type (Results 1 – 9 of 9) sorted by relevance
79 bool IsSupported(const std::string& creds_type) const { in IsSupported()83 bool IsValidConfig(const std::string& creds_type, const Json& config) const { in IsValidConfig()88 RefCountedPtr<T> CreateChannelCreds(const std::string& creds_type, in CreateChannelCreds()
40 absl::string_view creds_type() const override { return "google_default"; } in creds_type() function in grpc_core::GoogleDefaultChannelCredsFactory51 absl::string_view creds_type() const override { return "insecure"; } in creds_type() function in grpc_core::InsecureChannelCredsFactory62 absl::string_view creds_type() const override { return "fake"; } in creds_type() function in grpc_core::FakeChannelCredsFactory
36 absl::string_view creds_type() const override { return "test"; } in creds_type() function in grpc_core::testing::__anon81f72eaf0111::TestChannelCredsFactory
55 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario()
63 const std::string& creds_type) in TestScenario()
84 TestScenario(Protocol protocol, const std::string& creds_type) in TestScenario()
254 TestScenario(bool inproc_stub, const std::string& creds_type, bool hcs, in TestScenario()
60 const std::string& creds_type) in TestScenario()
315 std::string creds_type = absl::AsciiStrToLower(credentials_type_); in AsString() local