Skip to content
Snippets Groups Projects
Commit a08dc0a6 authored by Abhishek Kumar's avatar Abhishek Kumar
Browse files

Update grpc-auth-support.md

Fix the method name, for real this time.
parent b99d4819
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ passed to the factory method.
gRPC applications can use a simple API to create a credential that works in various deployment scenarios.
```
std::unique_ptr<Credentials> creds = GoogleDefaultGoogleDefaultCredentials();
std::unique_ptr<Credentials> creds = CredentialsFactory::GoogleDefaultCredentials();
// Create a channel, stub and make RPC calls (same as in the previous example)
std::shared_ptr<ChannelInterface> channel = CreateChannel(server_name, creds, channel_args);
std::unique_ptr<Greeter::Stub> stub(Greeter::NewStub(channel));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment