Interface | Description |
---|---|
com.google.api.client.auth.oauth2.CredentialStore |
(to be removed in the future) Use
DataStoreFactory with
StoredCredential instead. |
Class | Description |
---|---|
com.google.api.client.auth.oauth2.CredentialStoreRefreshListener |
(to be removed in the future) Use
DataStoreCredentialRefreshListener
instead. |
com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore |
(to be removed in the future) Use
FileDataStoreFactory with
StoredCredential instead, optionally using
migrateTo(FileDataStoreFactory) or migrateTo(DataStore) to
migrating an existing FileCredentialStore . |
com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential |
(to be removed in the future) Use
FileDataStoreFactory instead. |
com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials |
(to be removed in the future) Use
FileDataStoreFactory instead. |
Method | Description |
---|---|
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.getCredentialStore() |
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.getCredentialDataStore() instead. |
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.getCredentialStore() |
(to be removed in the future) Use
AuthorizationCodeFlow.getCredentialDataStore() instead. |
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore) |
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory) or
AuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore) instead. |
Copyright © 2011–2019 Google. All rights reserved.