Lines Matching refs:OAuth
1 # OAuth 2.0
3 This document describes OAuth 2.0, when to use it, how to acquire client IDs, and how to use it wit…
5 ## OAuth 2.0 explained
7 OAuth 2.0 is the authorization protocol used by Google APIs. It is summarized on the [Authenticatio…
9 * [The OAuth 2.0 Authorization Protocol](https://tools.ietf.org/html/rfc6749)
10 * [Using OAuth 2.0 to Access Google APIs](https://developers.google.com/accounts/docs/OAuth2)
26 ….io/en/latest/reference/modules.html) library should be used for handling OAuth 2.0 protocol steps…
30 …our application access to user data. In order for a user to grant access, OAuth 2.0 steps require …
34 …nt or applications that are installed on a desktop operating system. See [OAuth 2.0 for Installed …
52 …www.json.org/) formatted file stores your client ID, client secret, and other OAuth 2.0 parameters.
98 …cally detected in Google App Engine and Google Compute Engine. See [Using OAuth 2.0 for Server to …
102 …auth2.credentials.html#google.oauth2.credentials.Credentials) class holds OAuth 2.0 credentials th…
106 ….html#google.oauth2.service_account.Credentials) class is only used with [OAuth 2.0 Service Accoun…
141 …en/latest/index.html) library was previously recommended for handling the OAuth 2.0 protocol. It i…