Skip navigation links

Package com.google.api.client.googleapis.auth.oauth2

Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs.

See: Description

Package com.google.api.client.googleapis.auth.oauth2 Description

Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs.

Before using this library, you must register your application at the APIs Console. The result of this registration process is a set of values that are known to both Google and your application, such as the "Client ID", "Client Secret", and "Redirect URIs".

These are the typical steps of the web server flow based on an authorization code, as specified in Using OAuth 2.0 for Web Server Applications:

These are the typical steps of the the browser-based client flow specified in Using OAuth 2.0 for Client-side Applications:

Since:
1.7
Author:
Yaniv Inbar
Skip navigation links

Copyright © 2010–2021 Google. All rights reserved.