| Package | Description |
|---|---|
| com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryCredentialStore
Thread-safe in-memory implementation of a credential store.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialStore |
AuthorizationCodeFlow.getCredentialStore()
Returns the credential persistence store or
null for none. |
CredentialStore |
AuthorizationCodeFlow.Builder.getCredentialStore()
Returns the credential persistence store or
null for none. |
CredentialStore |
CredentialStoreRefreshListener.getCredentialStore()
Returns the credential store.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeFlow.Builder |
AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
Sets the credential persistence store or
null for none. |
| Constructor and Description |
|---|
AuthorizationCodeFlow(Credential.AccessMethod method,
com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.GenericUrl tokenServerUrl,
com.google.api.client.http.HttpExecuteInterceptor clientAuthentication,
String clientId,
String authorizationServerEncodedUrl,
CredentialStore credentialStore,
com.google.api.client.http.HttpRequestInitializer requestInitializer,
String scopes)
Deprecated.
(scheduled to be removed in 1.15) Use
AuthorizationCodeFlow.AuthorizationCodeFlow(Builder) |
AuthorizationCodeFlow(Credential.AccessMethod method,
com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.GenericUrl tokenServerUrl,
com.google.api.client.http.HttpExecuteInterceptor clientAuthentication,
String clientId,
String authorizationServerEncodedUrl,
CredentialStore credentialStore,
com.google.api.client.http.HttpRequestInitializer requestInitializer,
String scopes,
com.google.api.client.util.Clock clock)
Deprecated.
(scheduled to be removed in 1.15) Use
AuthorizationCodeFlow.AuthorizationCodeFlow(Builder) |
CredentialStoreRefreshListener(String userId,
CredentialStore credentialStore) |
Copyright © 2011-2013 Google. All Rights Reserved.