Merge pull request #18 from TimWolla/patch-1

Remove erroneous backtick in auth.md for PHP
This commit is contained in:
Luc Perkins 2019-04-30 10:40:27 -07:00 committed by GitHub
commit c0a6ac99e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ $opts = [
'credentials' => $channel_credentials
];
$client = new helloworld\GreeterClient('greeter.googleapis.com', $opts);
````
```
##### Authenticate with Google using Oauth2 token (legacy approach)