Uses of Class
com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder

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

Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleAuthorizationCodeFlow.Builder
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setAccessType(String accessType)
          Sets the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setApprovalPrompt(String approvalPrompt)
          Sets the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
           
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setRequestInitializer(HttpRequestInitializer requestInitializer)
           
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setScopes(Iterable<String> scopes)
           
 GoogleAuthorizationCodeFlow.Builder GoogleAuthorizationCodeFlow.Builder.setScopes(String... scopes)
           
 



Copyright © 2010-2012 Google. All Rights Reserved.