mirror of https://github.com/grpc/grpc.io.git
Merge pull request #18 from TimWolla/patch-1
Remove erroneous backtick in auth.md for PHP
This commit is contained in:
commit
c0a6ac99e3
|
|
@ -558,7 +558,7 @@ $opts = [
|
|||
'credentials' => $channel_credentials
|
||||
];
|
||||
$client = new helloworld\GreeterClient('greeter.googleapis.com', $opts);
|
||||
````
|
||||
```
|
||||
|
||||
##### Authenticate with Google using Oauth2 token (legacy approach)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue