Package com.google.api.client.extensions.auth.helpers


@Beta package com.google.api.client.extensions.auth.helpers
Beta
Auth object framework that will provide an interface to create easy to use, object-oriented methods to obtain and manage auth credentials.

Warning: starting with version 1.7, usage of this for OAuth 2.0 is deprecated. Instead use com.google.api.client.auth.oauth2.

Since:
1.4
  • Interfaces
    Class
    Description
    Beta
    Implementations of this class will have all of the information necessary to create and install the necessary handlers on an HttpTransport object to allow for a streamlined auth experience.
    Beta
    Interface for auth flows that require a user authorization step through a web browser to obtain an authorization code.