|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| 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. |
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:
AuthorizationRequestUrl to grant your application
access to their protected data.AuthorizationResponse to parse the authorization code
and/or access token.AccessTokenRequest.AuthorizationCodeGrantAccessTokenRequest.ResourceOwnerPasswordCredentialsGrantAccessTokenRequest.AssertionGrantAccessTokenRequest.RefreshTokenGrant
AccessTokenRequest
Deprecated: this package is scheduled to be removed in 1.5. Use
com.google.api.client.auth.oauth2.draft10
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||