Class FilePersistedCredential

  • All Implemented Interfaces:
    Cloneable, Map<String,​Object>

    @Deprecated
    @Beta
    public class FilePersistedCredential
    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
    Author:
    Rafael Naufal
    • Constructor Detail

      • FilePersistedCredential

        public FilePersistedCredential()
        Deprecated.