Lines Matching full:application
35 ## Application Default Credentials
38 [application default credentials][application default credentials] for PHP.
40 The Application Default Credentials provide a simple way to get authorization
44 and authorization level for the application independent of the user. This is
46 you're building an application that uses Google Compute Engine.
50 To use `Application Default Credentials`, You first need to download a set of
85 // specify the path to your application credentials
128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
129 Proxy (IAP), you will need to fetch an ID token to access your application. For
138 // specify the path to your application credentials
141 // Provide the ID token audience. This can be a Client ID associated with an IAP application,
185 // Define the Google Application Credentials array
218 If your application is behind a proxy such as [Google Cloud IAP][iap-proxy-header],
219 and your application occupies the `Authorization` request header,
223 the Authorization header to your application without processing the content.
232 // specify the path to your application credentials
235 // Provide the ID token audience. This can be a Client ID associated with an IAP application
247 'auth' => ['username', 'pass'], // auth option handled by your application
307 [application default credentials]: https://developers.google.com/accounts/docs/application-default-…