public static final class GoogleClientSecrets.Details extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonpublic GoogleClientSecrets.Details clone()
clone in class GenericJsonCopyright © 2010–2021 Google. All rights reserved.