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 > FilePersistedCredentialConstructors
FilePersistedCredential() (deprecated)
public FilePersistedCredential()
Methods
clone() (deprecated)
public FilePersistedCredential clone()
Returns | |
---|---|
Type | Description |
FilePersistedCredential |
com.google.api.client.json.GenericJson.clone()
set(String fieldName, Object value) (deprecated)
public FilePersistedCredential set(String fieldName, Object value)
Parameters | |
---|---|
Name | Description |
fieldName |
String |
value |
Object |
Returns | |
---|---|
Type | Description |
FilePersistedCredential |
com.google.api.client.json.GenericJson.set(java.lang.String,java.lang.Object)