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

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

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

Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilder.Prompt
static OAuth2FlowGoogleBuilder.Prompt OAuth2FlowGoogleBuilder.Prompt.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OAuth2FlowGoogleBuilder.Prompt[] OAuth2FlowGoogleBuilder.Prompt.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2FlowGoogleBuilder.Prompt
 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.