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:

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library.

Since:
1.7
Author:
Yaniv Inbar

Copyright © 2010-2012 Google. All Rights Reserved.