Lines Matching full:authorization
10 … manages the OAuth 2.0 flow both for authentication and for obtaining authorization to Google APIs…
20 …authorization code to your application, either in the title bar of the browser or in the query str…
28 - The authorization code can be returned to your application in the title bar of the browser or in …
49 …http://localhost`. The value your application uses determines how the authorization code is return…
53 …Authorization Server that the authorization code should be returned as a query string parameter to…
59 This value signals to the Google Authorization Server that the authorization code should be returne…
61 …authorization code. It is then up to your application to close the browser window if you want to e…
68 …at the OAuth 2.0 server generates won't instruct the user to copy the authorization code, but inst…
70 …(by checking window titles on the desktop, for example) to obtain the authorization code, but can'…
84 …the client object to perform OAuth 2.0 operations, such as generating authorization request URIs a…
90 …authorization URL in their browser. After the user authorizes the application, the authorization s…
96 …authorization URL in the user's browser. It also starts a local web server to listen for the autho…