Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
-
Packages that use OAuth2FlowGoogleBuilder Package Description 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 Modifier and Type Method Description OAuth2FlowGoogleBuilderOAuth2FlowGoogleBuilder. accessType(OAuth2FlowGoogleBuilder.AccessType accessType)Setaccess typeparameter used in Authorization Request.OAuth2FlowGoogleBuilderOAuth2FlowGoogleBuilder. display(OAuth2FlowGoogleBuilder.Display display)Setdisplayparameter used in Authorization Request.static OAuth2FlowGoogleBuilderOAuth2ClientSupport. googleFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI, String scope)Get a builder that can be directly used to perform Authorization Code Grant flow defined by Google.OAuth2FlowGoogleBuilderOAuth2FlowGoogleBuilder. loginHint(String loginHint)Setlogin hintparameter used in Authorization Request.OAuth2FlowGoogleBuilderOAuth2FlowGoogleBuilder. prompt(OAuth2FlowGoogleBuilder.Prompt prompt)Setpromptparameter used in Authorization Request.
-