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

Packages that use GoogleClientSecrets
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 in com.google.api.client.googleapis.auth.oauth2
 

Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleClientSecrets
static GoogleClientSecrets GoogleClientSecrets.load(JsonFactory jsonFactory, InputStream inputStream)
          Loads the client_secrets.json file from the given input stream.
 GoogleClientSecrets GoogleClientSecrets.setInstalled(GoogleClientSecrets.Details installed)
          Sets the details for installed applications.
 GoogleClientSecrets GoogleClientSecrets.setWeb(GoogleClientSecrets.Details web)
          Sets the details for web applications.
 

Methods in com.google.api.client.googleapis.auth.oauth2 with parameters of type GoogleClientSecrets
 GoogleCredential.Builder GoogleCredential.Builder.setClientSecrets(GoogleClientSecrets clientSecrets)
          Sets the client secrets.
 

Constructors in com.google.api.client.googleapis.auth.oauth2 with parameters of type GoogleClientSecrets
GoogleAuthorizationCodeFlow.Builder(HttpTransport transport, JsonFactory jsonFactory, GoogleClientSecrets clientSecrets, Iterable<String> scopes)
           
GoogleAuthorizationCodeRequestUrl(GoogleClientSecrets clientSecrets, String redirectUri, Iterable<String> scopes)
           
GoogleBrowserClientRequestUrl(GoogleClientSecrets clientSecrets, String redirectUri, Iterable<String> scopes)
           
 



Copyright © 2010-2012 Google. All Rights Reserved.