Uses of Package
com.google.api.client.auth.oauth
-
Packages that use com.google.api.client.auth.oauth Package Description com.google.api.client.auth.oauth Beta
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification).com.google.api.client.extensions.auth.helpers.oauth Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow. -
Classes in com.google.api.client.auth.oauth used by com.google.api.client.auth.oauth Class Description AbstractOAuthGetToken Beta
Generic OAuth 1.0a URL to request a temporary or long-lived token from an authorization server.OAuthCredentialsResponse Beta
Data to parse a success response to a request for temporary or token credentials.OAuthParameters Beta
OAuth 1.0a parameter manager.OAuthSigner Beta
OAuth signature method. -
Classes in com.google.api.client.auth.oauth used by com.google.api.client.extensions.auth.helpers.oauth Class Description OAuthParameters Beta
OAuth 1.0a parameter manager.