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

OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification).

See:
          Description

Class Summary
AccessProtectedResource Deprecated. (scheduled to be removed in 1.5) Use AccessProtectedResource
AccessTokenErrorResponse Deprecated. (scheduled to be removed in 1.5) Use AccessTokenErrorResponse
AccessTokenRequest Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest
AccessTokenRequest.AssertionGrant Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.AssertionGrant
AccessTokenRequest.AuthorizationCodeGrant Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.AuthorizationCodeGrant
AccessTokenRequest.RefreshTokenGrant Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.RefreshTokenGrant
AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant Deprecated. (scheduled to be removed in 1.5) Use AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant
AccessTokenResponse Deprecated. (scheduled to be removed in 1.5) Use AccessTokenResponse
AuthorizationRequestUrl Deprecated. (scheduled to be removed in 1.5) Use AuthorizationRequestUrl
AuthorizationResponse Deprecated. (scheduled to be removed in 1.5) Use AuthorizationResponse
 

Enum Summary
AccessTokenErrorResponse.KnownError Error codes listed in Error Codes.
AuthorizationRequestUrl.ResponseType Response type enumeration that may be used for setting the AuthorizationRequestUrl.responseType.
AuthorizationResponse.KnownError Error codes listed in Error Codes.
 

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

OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification).

Before using this library, you may need to register your application with the authorization server to receive a client ID and client secret.

Typical steps for the OAuth 2 authorization flow:

Deprecated: this package is scheduled to be removed in 1.5. Use com.google.api.client.auth.oauth2.draft10

Since:
1.2
Author:
Yaniv Inbar


Copyright © 2010-2011 Google. All Rights Reserved.