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

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

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

Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeFlow.Builder
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setClock(Clock clock)
          Sets the clock to pass to the Credential.
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
          Sets the credential persistence store or null for none.
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setRequestInitializer(HttpRequestInitializer requestInitializer)
          Sets the HTTP request initializer or null for none.
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setScopes(Iterable<String> scopes)
          Sets the list of scopes or null for none.
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setScopes(String... scopes)
          Sets the list of scopes or null for none.
 



Copyright © 2011-2012 Google. All Rights Reserved.