Skip navigation links

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

Implementation of the OAuth 2.0 Authorization Framework.

See: Description

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

Implementation of the OAuth 2.0 Authorization Framework.

Before using this library, you will typically need to register your application with the authorization server to receive a client ID and client secret. See Client Registration.

These are the typical steps of the web server flow based on an authorization code, as specified in Authorization Code Grant:

These are the typical steps of the the browser-based client flow specified in Implicit Grant:

Since:
1.7
Author:
Yaniv Inbar
Skip navigation links

Copyright © 2011–2021 Google. All rights reserved.