| Package | Description |
|---|---|
| com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialStore |
AuthorizationCodeFlow.getCredentialStore()
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.getCredentialDataStore() instead. |
CredentialStore |
AuthorizationCodeFlow.Builder.getCredentialStore()
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.getCredentialDataStore() instead. |
CredentialStore |
CredentialStoreRefreshListener.getCredentialStore()
Deprecated.
Returns the credential store.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeFlow.Builder |
AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory) or
AuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore) instead. |
| Constructor and Description |
|---|
CredentialStoreRefreshListener(String userId,
CredentialStore credentialStore)
Deprecated.
|
Copyright © 2011–2019 Google. All rights reserved.