Uses of Class
com.google.api.client.auth.oauth2.Credential.Builder

Packages that use Credential.Builder
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in the OAuth 2.0 Protocol
 

Uses of Credential.Builder in com.google.api.client.auth.oauth2
 

Methods in com.google.api.client.auth.oauth2 that return Credential.Builder
 Credential.Builder Credential.Builder.addRefreshListener(CredentialRefreshListener refreshListener)
          Adds a listener for refresh token results.
 Credential.Builder Credential.Builder.setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
          Sets the client authentication or null for none (see TokenRequest.setClientAuthentication(HttpExecuteInterceptor)).
 Credential.Builder Credential.Builder.setJsonFactory(JsonFactory jsonFactory)
          Sets the JSON factory to use for parsing response for refresh token request or null if not refreshing tokens.
 Credential.Builder Credential.Builder.setRefreshListeners(List<CredentialRefreshListener> refreshListeners)
          Sets the listeners for refresh token results or null for none.
 Credential.Builder Credential.Builder.setRequestInitializer(HttpRequestInitializer requestInitializer)
          Sets the HTTP request initializer for refresh token requests to the token server or null for none.
 Credential.Builder Credential.Builder.setTokenServerEncodedUrl(String tokenServerEncodedUrl)
          Sets the encoded token server URL or null if not refreshing tokens.
 Credential.Builder Credential.Builder.setTokenServerUrl(GenericUrl tokenServerUrl)
          Sets the token server URL or null if not refreshing tokens.
 Credential.Builder Credential.Builder.setTransport(HttpTransport transport)
          Sets the HTTP transport for executing refresh token request or null if not refreshing tokens.
 



Copyright © 2011-2012 Google. All Rights Reserved.