Uses of Interface
com.github.scribejava.core.builder.ServiceBuilderOAuth10a
-
Packages that use ServiceBuilderOAuth10a Package Description com.github.scribejava.core.builder -
-
Uses of ServiceBuilderOAuth10a in com.github.scribejava.core.builder
Classes in com.github.scribejava.core.builder that implement ServiceBuilderOAuth10a 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 ServiceBuilderOAuth10a Modifier and Type Method Description ServiceBuilderOAuth10aServiceBuilderOAuth10a. apiKey(String apiKey)ServiceBuilderOAuth10aServiceBuilderOAuth10a. apiSecret(String apiSecret)ServiceBuilderOAuth10aServiceBuilderOAuth10a. callback(String callback)ServiceBuilderOAuth10aServiceBuilderOAuth10a. debug()ServiceBuilderOAuth10aServiceBuilderOAuth10a. debugStream(OutputStream debugStream)ServiceBuilderOAuth10aServiceBuilderOAuth10a. httpClient(HttpClient httpClient)ServiceBuilderOAuth10aServiceBuilderOAuth10a. httpClientConfig(HttpClientConfig httpClientConfig)ServiceBuilderOAuth10aServiceBuilderOAuth10a. userAgent(String userAgent)ServiceBuilderOAuth10aServiceBuilder. withScope(String scope)ServiceBuilderOAuth10aServiceBuilderOAuth10a. withScope(String scope)Configures the OAuth 1.0a scope.
-