| 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 |
CredentialStoreRefreshListener.getCredentialStore()
Returns the credential store.
|
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. |
| 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,
HttpTransport transport,
JsonFactory jsonFactory,
GenericUrl tokenServerUrl,
HttpExecuteInterceptor clientAuthentication,
String clientId,
String authorizationServerEncodedUrl,
CredentialStore credentialStore,
HttpRequestInitializer requestInitializer,
String scopes) |
AuthorizationCodeFlow(Credential.AccessMethod method,
HttpTransport transport,
JsonFactory jsonFactory,
GenericUrl tokenServerUrl,
HttpExecuteInterceptor clientAuthentication,
String clientId,
String authorizationServerEncodedUrl,
CredentialStore credentialStore,
HttpRequestInitializer requestInitializer,
String scopes,
Clock clock) |
CredentialStoreRefreshListener(String userId,
CredentialStore credentialStore) |
Copyright © 2011-2012 Google. All Rights Reserved.