Uses of Class
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Packages that use OAuth2FlowGoogleBuilder
-
Uses of OAuth2FlowGoogleBuilder in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilderModifier and TypeMethodDescriptionOAuth2FlowGoogleBuilder.accessType
(OAuth2FlowGoogleBuilder.AccessType accessType) Setaccess type
parameter used in Authorization Request.OAuth2FlowGoogleBuilder.display
(OAuth2FlowGoogleBuilder.Display display) Setdisplay
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.Setlogin hint
parameter used in Authorization Request.OAuth2FlowGoogleBuilder.prompt
(OAuth2FlowGoogleBuilder.Prompt prompt) Setprompt
parameter used in Authorization Request.