public static final class GoogleClientSecrets.Details
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleClientSecrets.Details() |
| Modifier and Type | Method and Description |
|---|---|
GoogleClientSecrets.Details |
clone() |
String |
getAuthUri()
Returns the authorization server URI.
|
String |
getClientId()
Returns the client ID.
|
String |
getClientSecret()
Returns the client secret.
|
List<String> |
getRedirectUris()
Returns the redirect URIs.
|
String |
getTokenUri()
Returns the token server URI.
|
GoogleClientSecrets.Details |
set(String fieldName,
Object value) |
GoogleClientSecrets.Details |
setAuthUri(String authUri)
Sets the authorization server URI.
|
GoogleClientSecrets.Details |
setClientId(String clientId)
Sets the client ID.
|
GoogleClientSecrets.Details |
setClientSecret(String clientSecret)
Sets the client secret.
|
GoogleClientSecrets.Details |
setRedirectUris(List<String> redirectUris)
Sets the redirect URIs.
|
GoogleClientSecrets.Details |
setTokenUri(String tokenUri)
Sets the token server URI.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getClientId()
public GoogleClientSecrets.Details setClientId(String clientId)
public String getClientSecret()
public GoogleClientSecrets.Details setClientSecret(String clientSecret)
public GoogleClientSecrets.Details setRedirectUris(List<String> redirectUris)
public String getAuthUri()
public GoogleClientSecrets.Details setAuthUri(String authUri)
public String getTokenUri()
public GoogleClientSecrets.Details setTokenUri(String tokenUri)
public GoogleClientSecrets.Details set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleClientSecrets.Details clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2010-2016 Google. All Rights Reserved.