Package com.google.api.client.extensions.java6.auth.oauth2

OAuth 2.0 utilities that help simplify the authorization flow on Java 6.

See:
          Description

Interface Summary
VerificationCodeReceiver OAuth 2.0 verification code receiver.
 

Class Summary
AbstractPromptReceiver OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.
AuthorizationCodeInstalledApp OAuth 2.0 authorization code flow for an installed Java application that persists end-user credentials.
FileCredentialStore Thread-safe file implementation of a credential store.
FilePersistedCredential Persisted credential implementation to be used exclusively with FileCredentialStore.
FilePersistedCredentials Persisted credential implementation to be used exclusively with FileCredentialStore.
 

Package com.google.api.client.extensions.java6.auth.oauth2 Description

OAuth 2.0 utilities that help simplify the authorization flow on Java 6.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.11
Author:
Rafael Naufal


Copyright © 2011-2012 Google. All Rights Reserved.