com.google.api.client.googleapis.auth.oauth2
Class GoogleClientSecrets.Details

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
GoogleClientSecrets

public static final class GoogleClientSecrets.Details
extends GenericJson

Client credential details.


Nested Class Summary
 
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, 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

GoogleClientSecrets.Details

public GoogleClientSecrets.Details()
Method Detail

getClientId

public String getClientId()
Returns the client ID.


setClientId

public GoogleClientSecrets.Details setClientId(String clientId)
Sets the client ID.


getClientSecret

public String getClientSecret()
Returns the client secret.


setClientSecret

public GoogleClientSecrets.Details setClientSecret(String clientSecret)
Sets the client secret.


getRedirectUris

public List<String> getRedirectUris()
Returns the redirect URIs.


setRedirectUris

public GoogleClientSecrets.Details setRedirectUris(List<String> redirectUris)
Sets the redirect URIs.


getAuthUri

public String getAuthUri()
Returns the authorization server URI.


setAuthUri

public GoogleClientSecrets.Details setAuthUri(String authUri)
Sets the authorization server URI.


getTokenUri

public String getTokenUri()
Returns the token server URI.


setTokenUri

public GoogleClientSecrets.Details setTokenUri(String tokenUri)
Sets the token server URI.



Copyright © 2010-2012 Google. All Rights Reserved.