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

Packages that use com.google.api.client.googleapis.auth.oauth2
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
 

Classes in com.google.api.client.googleapis.auth.oauth2 used by com.google.api.client.googleapis.auth.oauth2
GoogleAuthorizationCodeFlow
          Thread-safe Google OAuth 2.0 authorization code flow that manages and persists end-user credentials.
GoogleAuthorizationCodeFlow.Builder
          Google authorization code flow builder.
GoogleAuthorizationCodeRequestUrl
          Google-specific implementation of the OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns an authorization code, as specified in Using OAuth 2.0 for Web Server Applications (Experimental).
GoogleAuthorizationCodeTokenRequest
          Google-specific implementation of the OAuth 2.0 request for an access token based on an authorization code (as specified in Using OAuth 2.0 for Web Server Applications).
GoogleBrowserClientRequestUrl
          Google-specific implementation of the OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns the access token to a browser client using a scripting language such as JavaScript, as specified in Using OAuth 2.0 for Client-side Applications (Experimental).
GoogleClientSecrets
          OAuth 2.0 client secrets JSON model as specified in client_secrets.json file format.
GoogleClientSecrets.Details
          Client credential details.
GoogleCredential
          Thread-safe Google-specific implementation of the OAuth 2.0 helper for accessing protected resources using an access token, as well as optionally refreshing the access token when it expires using a refresh token.
GoogleCredential.Builder
          Google credential builder.
GoogleIdToken
          Google ID tokens.
GoogleIdToken.Payload
          Google ID token payload.
GoogleIdTokenVerifier
          Thread-safe Google ID token verifier.
GoogleIdTokenVerifier.Builder
          Builder for GoogleIdTokenVerifier.
GoogleRefreshTokenRequest
          Google-specific implementation of the OAuth 2.0 request to refresh an access token using a refresh token as specified in Refreshing an Access Token.
GoogleTokenResponse
          Google OAuth 2.0 JSON model for a successful access token response as specified in Successful Response, including an ID token as specified in OpenID Connect Session Management 1.0.
 



Copyright © 2010-2012 Google. All Rights Reserved.