public static final class GoogleClientSecrets.Details extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public GoogleClientSecrets.Details clone()
clone
in class GenericJson
Copyright © 2010–2022 Google. All rights reserved.