Uses of Interface
com.google.api.client.auth.oauth2.CredentialStore
-
Packages that use CredentialStore Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework.com.google.api.client.extensions.java6.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow on Java 6. -
-
Uses of CredentialStore in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return CredentialStore Modifier and Type Method Description CredentialStoreAuthorizationCodeFlow.Builder. getCredentialStore()Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.Builder.getCredentialDataStore()instead.CredentialStoreAuthorizationCodeFlow. getCredentialStore()Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.getCredentialDataStore()instead.CredentialStoreCredentialStoreRefreshListener. getCredentialStore()Deprecated.Returns the credential store.Methods in com.google.api.client.auth.oauth2 with parameters of type CredentialStore Modifier and Type Method Description AuthorizationCodeFlow.BuilderAuthorizationCodeFlow.Builder. setCredentialStore(CredentialStore credentialStore)Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)orAuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore)instead.Constructors in com.google.api.client.auth.oauth2 with parameters of type CredentialStore Constructor Description CredentialStoreRefreshListener(String userId, CredentialStore credentialStore)Deprecated. -
Uses of CredentialStore in com.google.api.client.extensions.java6.auth.oauth2
Classes in com.google.api.client.extensions.java6.auth.oauth2 that implement CredentialStore Modifier and Type Class Description classFileCredentialStoreDeprecated.(to be removed in the future) UseFileDataStoreFactorywithStoredCredentialinstead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)orFileCredentialStore.migrateTo(DataStore)to migrating an existingFileCredentialStore.
-