Lines Matching full:application
3 …application and a Google service. For this scenario you need a service account, which is an accoun…
5 …application uses a service account when the application uses Google APIs to work with its own data…
7 …e domain can authorize an application to access user data on behalf of users in the G Suite domain…
9 …application for your domain, the required permissions are automatically granted to the application…
13 This document describes how an application can complete the server-to-server OAuth 2.0 flow by usin…
19 Then, your application prepares to make authorized API calls by using the service account's credent…
21 Finally, your application can use the access token to call Google APIs.
27 If your application runs on Google App Engine, a service account is set up automatically when you c…
29 …application runs on Google Compute Engine, a service account is also set up automatically when you…
31 If your application doesn't run on Google App Engine or Google Compute Engine, you must obtain thes…
41 …e account's private key file in a location accessible to your application. Your application needs …
47 If your application runs in a Google Apps domain and accesses user data, the service account that y…
56 …ield enter the list of scopes that your application should be granted access to. For example, if y…
59 Your application now has the authority to make API calls as users in your domain (to "impersonate" …
71 …als` object from the service account's credentials and the scopes your application needs access to…
85 …ard environment. If you need to run your application in other environments—for example, to test yo…
97 …application in other environments—for example, to test your application locally—you must detect th…
111 Use the `Credentials` object to call Google APIs in your application.