Uses of Enum
org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
Packages that use OAuth2FlowGoogleBuilder.AccessType
-
Uses of OAuth2FlowGoogleBuilder.AccessType in org.glassfish.jersey.client.oauth2
Subclasses with type arguments of type OAuth2FlowGoogleBuilder.AccessType in org.glassfish.jersey.client.oauth2Modifier and TypeClassDescriptionstatic enumEnum that defines values for "access_type" parameter used in Google OAuth flow.Methods in org.glassfish.jersey.client.oauth2 that return OAuth2FlowGoogleBuilder.AccessTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OAuth2FlowGoogleBuilder.AccessType[]OAuth2FlowGoogleBuilder.AccessType.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.AccessTypeModifier and TypeMethodDescriptionOAuth2FlowGoogleBuilder.accessType(OAuth2FlowGoogleBuilder.AccessType accessType) Setaccess typeparameter used in Authorization Request.