Uses of Enum Class
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
Packages that use OAuth2FlowGoogleBuilder.Prompt
-
Uses of OAuth2FlowGoogleBuilder.Prompt in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilder.PromptModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OAuth2FlowGoogleBuilder.Prompt[]OAuth2FlowGoogleBuilder.Prompt.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2FlowGoogleBuilder.PromptModifier and TypeMethodDescriptionOAuth2FlowGoogleBuilder.prompt(OAuth2FlowGoogleBuilder.Prompt prompt) Setpromptparameter used in Authorization Request.