Class FilePersistedCredentials

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
All Implemented Interfaces:
Cloneable, Map<String,Object>

@Deprecated @Beta public class FilePersistedCredentials extends com.google.api.client.json.GenericJson
Deprecated.
(to be removed in the future) Use FileDataStoreFactory instead.
Beta
Persisted credential implementation to be used exclusively with FileCredentialStore.
Since:
1.11
  • Field Details

  • Constructor Details

    • FilePersistedCredentials

      public FilePersistedCredentials()
      Deprecated.
  • Method Details