You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following sections demonstrate how authentication and authorization features
@@ -265,7 +306,7 @@ var ssl_creds = grpc.credentials.createSsl(root_certs);
265
306
});
266
307
```
267
308
268
-
##### Authenticate with Google using Oauth2 token (legacy approach)
309
+
##### Authenticate with Google using OAuth2 token (legacy approach)
269
310
270
311
```js
271
312
var GoogleAuth =require('google-auth-library'); // from https://www.npmjs.com/package/google-auth-library
@@ -333,7 +374,7 @@ $opts = [
333
374
$client = new helloworld\GreeterClient('greeter.googleapis.com', $opts);
334
375
```
335
376
336
-
##### Authenticate with Google using Oauth2 token (legacy approach)
377
+
##### Authenticate with Google using OAuth2 token (legacy approach)
337
378
338
379
```php
339
380
// the environment variable "GOOGLE_APPLICATION_CREDENTIALS" needs to be set
0 commit comments