Uses of Interface
com.github.scribejava.core.builder.ServiceBuilderOAuth20
Packages that use ServiceBuilderOAuth20
-
Uses of ServiceBuilderOAuth20 in com.github.scribejava.core.builder
Classes in com.github.scribejava.core.builder that implement ServiceBuilderOAuth20Modifier and TypeClassDescriptionclassImplementation of the Builder pattern, with a fluent interface that creates aOAuthServiceMethods in com.github.scribejava.core.builder that return ServiceBuilderOAuth20Modifier and TypeMethodDescriptionServiceBuilderOAuth20.apiSecretIsEmptyStringUnsafe()ServiceBuilderOAuth20.debug()ServiceBuilderOAuth20.debugStream(OutputStream debugStream) ServiceBuilder.defaultScope(ScopeBuilder scopeBuilder) ServiceBuilder.defaultScope(String defaultScope) ServiceBuilderOAuth20.defaultScope(ScopeBuilder scopeBuilder) ServiceBuilderOAuth20.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.ServiceBuilderOAuth20.httpClient(HttpClient httpClient) ServiceBuilderOAuth20.httpClientConfig(HttpClientConfig httpClientConfig) ServiceBuilder.responseType(String responseType) ServiceBuilderOAuth20.responseType(String responseType)