Package com.google.api.client.extensions.auth.helpers.oauth (1.32.1)

com.google.api.client.util.Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.

Classes

OAuthHmacCredential

Beta
OAuth 1 credential which uses the OAuthHmacSigner to sign requests.

This class is both immutable and thread safe.

OAuthHmacThreeLeggedFlow

Beta
ThreeLeggedFlow implementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests.

This class is not thread safe, nor should you attempt to execute a flow from multiple threads simultaneously.