Uses of Interface
com.github.scribejava.core.builder.ServiceBuilderCommon
-
Packages that use ServiceBuilderCommon Package Description com.github.scribejava.core.builder -
-
Uses of ServiceBuilderCommon in com.github.scribejava.core.builder
Subinterfaces of ServiceBuilderCommon in com.github.scribejava.core.builder Modifier and Type Interface Description interfaceServiceBuilderOAuth10ainterfaceServiceBuilderOAuth20Classes in com.github.scribejava.core.builder that implement ServiceBuilderCommon Modifier and Type Class Description classServiceBuilderImplementation of the Builder pattern, with a fluent interface that creates aOAuthServiceMethods in com.github.scribejava.core.builder that return ServiceBuilderCommon Modifier and Type Method Description ServiceBuilderCommonServiceBuilderCommon. apiKey(String apiKey)Configures the api keyServiceBuilderCommonServiceBuilderCommon. apiSecret(String apiSecret)Configures the api secretServiceBuilderCommonServiceBuilderCommon. callback(String callback)Adds an OAuth callback urlServiceBuilderCommonServiceBuilderCommon. httpClient(HttpClient httpClient)takes precedence over httpClientConfigServiceBuilderCommonServiceBuilderCommon. httpClientConfig(HttpClientConfig httpClientConfig)ServiceBuilderCommonServiceBuilderCommon. scope(String scope)ServiceBuilderCommonServiceBuilderCommon. userAgent(String userAgent)
-