Uses of Interface
com.github.scribejava.core.builder.ServiceBuilderOAuth20
-
Packages that use ServiceBuilderOAuth20 Package Description com.github.scribejava.core.builder -
-
Uses of ServiceBuilderOAuth20 in com.github.scribejava.core.builder
Classes in com.github.scribejava.core.builder that implement ServiceBuilderOAuth20 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 ServiceBuilderOAuth20 Modifier and Type Method Description ServiceBuilderOAuth20ServiceBuilderOAuth20. apiKey(String apiKey)ServiceBuilderOAuth20ServiceBuilderOAuth20. apiSecret(String apiSecret)ServiceBuilderOAuth20ServiceBuilderOAuth20. callback(String callback)ServiceBuilderOAuth20ServiceBuilderOAuth20. debug()ServiceBuilderOAuth20ServiceBuilderOAuth20. debugStream(OutputStream debugStream)ServiceBuilderOAuth20ServiceBuilder. defaultScope(String defaultScope)ServiceBuilderOAuth20ServiceBuilderOAuth20. defaultScope(String defaultScope)Configures the default OAuth 2.0 scope.
You can request any uniq scope per each access token request usingAuthorizationUrlBuilder.scope(java.lang.String).
In case you're requesting always the same scope,
you can just set it here and do not provide scope param nowhere more.ServiceBuilderOAuth20ServiceBuilderOAuth20. httpClient(HttpClient httpClient)ServiceBuilderOAuth20ServiceBuilderOAuth20. httpClientConfig(HttpClientConfig httpClientConfig)ServiceBuilderOAuth20ServiceBuilder. responseType(String responseType)ServiceBuilderOAuth20ServiceBuilderOAuth20. responseType(String responseType)ServiceBuilderOAuth20ServiceBuilderOAuth20. userAgent(String userAgent)
-