Lines Matching full:google
1 # Google Auth Library for PHP
4 …age</dt><dd><a href="http://www.github.com/google/google-auth-library-php">http://www.github.com/g…
5 …><dd><a href="https://googleapis.github.io/google-auth-library-php/main/">https://googleapis.githu…
7 <dd><a href="mailto:temiola@google.com">Tim Emiola</a></dd>
8 <dd><a href="mailto:stanleycheung@google.com">Stanley Cheung</a></dd>
9 <dd><a href="mailto:betterbrent@google.com">Brent Shaffer</a></dd>
10 <dt>Copyright</dt><dd>Copyright © 2015 Google, Inc.</dd>
16 This is Google's officially supported PHP client library for using OAuth 2.0
17 authorization and authentication with Google APIs.
21 The recommended way to install the google auth library is through
32 composer.phar require google/auth
41 credentials for use in calling Google APIs.
46 you're building an application that uses Google Compute Engine.
52 the [Google Developers Console][developer console] and select
72 [Google Developers Console][developer console] and enable the APIs you'd like to
81 use Google\Auth\ApplicationDefaultCredentials;
134 use Google\Auth\ApplicationDefaultCredentials;
168 [`Cloud Run Invoker`](https://cloud.google.com/run/docs/authenticating/service-to-service)
173 [secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto).
180 use Google\Auth\CredentialsLoader;
181 use Google\Auth\Middleware\AuthTokenMiddleware;
185 // Define the Google Application Credentials array
218 If your application is behind a proxy such as [Google Cloud IAP][iap-proxy-header],
228 use Google\Auth\ApplicationDefaultCredentials;
258 [iap-proxy-header]: https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_prox…
262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
263 the `Google\Auth\AccessToken` class to verify the ID token:
266 use Google\Auth\AccessToken;
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
275 tokens with a different key than the Google Identity service:
278 use Google\Auth\AccessToken;
286 [google-id-tokens]: https://developers.google.com/identity/sign-in/web/backend-auth
287 [iap-id-tokens]: https://cloud.google.com/iap/docs/signed-headers-howto
301 [report bugs at the project on Github](https://github.com/google/google-auth-library-php/issues). D…
303 [ask questions](http://stackoverflow.com/questions/tagged/google-auth-library-php)
306 [google-apis-php-client]: https://github.com/google/google-api-php-client
307 [application default credentials]: https://developers.google.com/accounts/docs/application-default-…
308 [contributing]: https://github.com/google/google-auth-library-php/tree/main/.github/CONTRIBUTING.md
309 [copying]: https://github.com/google/google-auth-library-php/tree/main/COPYING
312 [developer console]: https://console.developers.google.com