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

Packages that use GoogleClientSecrets.Details
com.google.api.client.googleapis.auth.oauth2 Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs
 

Uses of GoogleClientSecrets.Details in com.google.api.client.googleapis.auth.oauth2
 

Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleClientSecrets.Details
 GoogleClientSecrets.Details GoogleClientSecrets.getDetails()
          Returns the details for either installed or web applications.
 GoogleClientSecrets.Details GoogleClientSecrets.getInstalled()
          Returns the details for installed applications.
 GoogleClientSecrets.Details GoogleClientSecrets.getWeb()
          Returns the details for web applications.
 GoogleClientSecrets.Details GoogleClientSecrets.Details.setAuthUri(String authUri)
          Sets the authorization server URI.
 GoogleClientSecrets.Details GoogleClientSecrets.Details.setClientId(String clientId)
          Sets the client ID.
 GoogleClientSecrets.Details GoogleClientSecrets.Details.setClientSecret(String clientSecret)
          Sets the client secret.
 GoogleClientSecrets.Details GoogleClientSecrets.Details.setRedirectUris(List<String> redirectUris)
          Sets the redirect URIs.
 GoogleClientSecrets.Details GoogleClientSecrets.Details.setTokenUri(String tokenUri)
          Sets the token server URI.
 

Methods in com.google.api.client.googleapis.auth.oauth2 with parameters of type GoogleClientSecrets.Details
 GoogleClientSecrets GoogleClientSecrets.setInstalled(GoogleClientSecrets.Details installed)
          Sets the details for installed applications.
 GoogleClientSecrets GoogleClientSecrets.setWeb(GoogleClientSecrets.Details web)
          Sets the details for web applications.
 



Copyright © 2010-2012 Google. All Rights Reserved.