Lines Matching refs:application
16 To use OAuth 2.0 in a locally-installed application, first create application credentials for your …
18 …application needs to access a user's data with a Google API, your application sends the user to Go…
20 …ode to your application, either in the title bar of the browser or in the query string of an HTTP …
22 Finally, your application can use the access token to call Google APIs.
26 - When creating a client ID, you specify that your application is an Installed application. This re…
27 … obtained from the API Console are embedded in the source code of your application. In this contex…
28 - The authorization code can be returned to your application in the title bar of the browser or in …
30 ## Creating application credentials
32 All applications that use OAuth 2.0 must have credentials that identify the application to the OAut…
34 To obtain application credentials for your project, complete these steps:
37 …he **OAuth** heading and selecting the **Installed application** type. Next, look for your applica…
39 …client_secrets.json file and securely store it in a location that only your application can access.
41 …publicly-accessible location, and if you share the source code to your application—for example, on…
45 …application credentials that you created to configure a client object in your application. When yo…
49 …ttp://localhost`. The value your application uses determines how the authorization code is returne…
53 … configuration. To receive the authorization code using this URI, your application must be listeni…
59 …r to copy the code and paste it in the application. This is useful when the client (such as a Wind…
61 …application can then detect that the page has loaded, and can read the title of the HTML page to o…
63 …e title of the page, you can have the user paste the code back to your application, as prompted by…
70 This is useful when your application reads the title of the HTML page (by checking window titles on…
84 Your application uses the client object to perform OAuth 2.0 operations, such as generating authori…
90 …rizes the application, the authorization server displays a web page with an authorization code, wh…
106 …rver authenticates the user and obtains consent from the user for your application to access the r…
143 # the OAuth 2.0 information for this application, including its client_id and