Package | Description |
---|---|
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.
|
com.google.api.client.googleapis.extensions.appengine.auth.oauth2 |
Google App Engine utilities for OAuth 2.0 for Google APIs.
|
com.google.api.client.googleapis.testing.auth.oauth2 |
Class and Description |
---|
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.
|
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.
|
GoogleClientSecrets
OAuth 2.0 client secrets JSON model as specified in client_secrets.json
file format.
|
GoogleClientSecrets.Details
Client credential details.
|
GoogleCredential
Deprecated.
Please use
google-auth-library for handling Application Default Credentials and other non-OAuth2
based authentication.
|
GoogleCredential.Builder
Deprecated.
Google credential builder.
|
GoogleIdToken |
GoogleIdToken.Payload
Beta Google ID token payload. |
GoogleIdTokenVerifier
Beta Thread-safe Google ID token verifier. |
GoogleIdTokenVerifier.Builder |
GooglePublicKeysManager
Beta Thread-safe Google public keys manager. |
GooglePublicKeysManager.Builder |
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.
|
Class and Description |
---|
GoogleCredential
Deprecated.
Please use
google-auth-library for handling Application Default Credentials and other non-OAuth2
based authentication.
|
Class and Description |
---|
GoogleCredential
Deprecated.
Please use
google-auth-library for handling Application Default Credentials and other non-OAuth2
based authentication.
|
GoogleCredential.Builder
Deprecated.
Google credential builder.
|
Copyright © 2010–2020 Google. All rights reserved.