Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder

Packages that use OAuth2FlowGoogleBuilder
org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. 
 

Uses of OAuth2FlowGoogleBuilder in org.glassfish.jersey.client.oauth2
 

Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilder
 OAuth2FlowGoogleBuilder OAuth2FlowGoogleBuilder.accessType(OAuth2FlowGoogleBuilder.AccessType accessType)
          Set access type parameter used in Authorization Request.
 OAuth2FlowGoogleBuilder OAuth2FlowGoogleBuilder.display(OAuth2FlowGoogleBuilder.Display display)
          Set display parameter used in Authorization Request.
static OAuth2FlowGoogleBuilder OAuth2ClientSupport.googleFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI, String scope)
          Get a builder that can be directly used to perform Authorization Code Grant flow defined by Google.
 OAuth2FlowGoogleBuilder OAuth2FlowGoogleBuilder.loginHint(String loginHint)
          Set login hint parameter used in Authorization Request.
 OAuth2FlowGoogleBuilder OAuth2FlowGoogleBuilder.prompt(OAuth2FlowGoogleBuilder.Prompt prompt)
          Set prompt parameter used in Authorization Request.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.