Uses of Class
com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl

Packages that use GoogleAuthorizationRequestUrl
com.google.api.client.googleapis.auth.oauth2.draft10 Google's additions to OAuth 2.0 (draft 10) authorization as specified in Using OAuth 2.0 to Access Google APIs (Experimental)
 

Uses of GoogleAuthorizationRequestUrl in com.google.api.client.googleapis.auth.oauth2.draft10
 

Methods in com.google.api.client.googleapis.auth.oauth2.draft10 that return GoogleAuthorizationRequestUrl
 GoogleAuthorizationRequestUrl GoogleAuthorizationRequestUrl.setAccessType(String accessType)
          Deprecated. [OPTIONAL] "offline" to request offline access from the user or "online" to request online access ("online" is the default if null).
 GoogleAuthorizationRequestUrl GoogleAuthorizationRequestUrl.setApprovalPrompt(String approvalPrompt)
          Deprecated. [OPTIONAL] "force" to force the approval UI to show or "auto" to request auto-approval when possible ("auto" is the default if null).
 



Copyright © 2010-2012 Google. All Rights Reserved.