Class FilePersistedCredential (1.34.1)

public class FilePersistedCredential extends GenericJson

Deprecated. (to be removed in the future) Use FileDataStoreFactory instead.

Beta
Persisted credential implementation to be used exclusively with FileCredentialStore.

Inheritance

Object > java.util.AbstractMap > com.google.api.client.util.GenericData > com.google.api.client.json.GenericJson > FilePersistedCredential

Constructors

FilePersistedCredential() (deprecated)

public FilePersistedCredential()

Methods

clone() (deprecated)

public FilePersistedCredential clone()
Returns
TypeDescription
FilePersistedCredential
Overrides
com.google.api.client.json.GenericJson.clone()

set(String fieldName, Object value) (deprecated)

public FilePersistedCredential set(String fieldName, Object value)
Parameters
NameDescription
fieldNameString
valueObject
Returns
TypeDescription
FilePersistedCredential
Overrides
com.google.api.client.json.GenericJson.set(java.lang.String,java.lang.Object)