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 OAuth2FlowGoogleBuilder
OAuth2FlowGoogleBuilder. accessType(OAuth2FlowGoogleBuilder.AccessType accessType)
Setaccess type
parameter used in Authorization Request.OAuth2FlowGoogleBuilder
OAuth2FlowGoogleBuilder. display(OAuth2FlowGoogleBuilder.Display display)
Setdisplay
parameter used in Authorization Request.static OAuth2FlowGoogleBuilder
OAuth2ClientSupport. googleFlowBuilder(ClientIdentifier clientIdentifier, java.lang.String redirectURI, java.lang.String scope)
Get a builder that can be directly used to perform Authorization Code Grant flow defined by Google.OAuth2FlowGoogleBuilder
OAuth2FlowGoogleBuilder. loginHint(java.lang.String loginHint)
Setlogin hint
parameter used in Authorization Request.OAuth2FlowGoogleBuilder
OAuth2FlowGoogleBuilder. prompt(OAuth2FlowGoogleBuilder.Prompt prompt)
Setprompt
parameter used in Authorization Request.
-