Interface and Description |
---|
com.google.api.client.extensions.auth.helpers.Credential
Use
Credential . |
com.google.api.client.auth.oauth2.CredentialStore
(to be removed in the future) Use
DataStoreFactory with StoredCredential instead. |
com.google.api.client.extensions.auth.helpers.ThreeLeggedFlow |
Method and Description |
---|
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.getCredentialStore()
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.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–2022 Google. All rights reserved.