| Package | Description |
|---|---|
| com.google.api.client.auth.oauth2 |
OAuth 2.0 authorization as specified in the OAuth 2.0 Protocol.
|
| 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) |
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) |
CredentialStoreRefreshListener(String userId,
CredentialStore credentialStore) |
Copyright © 2011-2012 Google. All Rights Reserved.