|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
public static final class GoogleClientSecrets.Details
Client credential details.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
GoogleClientSecrets.Details()
|
|
| Method Summary | |
|---|---|
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 |
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. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
clone, getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleClientSecrets.Details()
| Method Detail |
|---|
public String getClientId()
public GoogleClientSecrets.Details setClientId(String clientId)
public String getClientSecret()
public GoogleClientSecrets.Details setClientSecret(String clientSecret)
public List<String> getRedirectUris()
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||