Uses of Interface
com.github.scribejava.core.builder.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(java.lang.String apiKey)ServiceBuilderOAuth10aServiceBuilderOAuth10a. apiSecret(java.lang.String apiSecret)ServiceBuilderOAuth10aServiceBuilderOAuth10a. apiSecretIsEmptyStringUnsafe()ServiceBuilderOAuth10aServiceBuilderOAuth10a. callback(java.lang.String callback)ServiceBuilderOAuth10aServiceBuilderOAuth10a. debug()ServiceBuilderOAuth10aServiceBuilderOAuth10a. debugStream(java.io.OutputStream debugStream)ServiceBuilderOAuth10aServiceBuilderOAuth10a. httpClient(HttpClient httpClient)ServiceBuilderOAuth10aServiceBuilderOAuth10a. httpClientConfig(HttpClientConfig httpClientConfig)ServiceBuilderOAuth10aServiceBuilderOAuth10a. userAgent(java.lang.String userAgent)ServiceBuilderOAuth10aServiceBuilder. withScope(java.lang.String scope)ServiceBuilderOAuth10aServiceBuilderOAuth10a. withScope(java.lang.String scope)Configures the OAuth 1.0a scope.