Uses of Class
com.github.scribejava.core.oauth.OAuth20Service
Packages that use OAuth20Service
Package
Description
-
Uses of OAuth20Service in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder that return OAuth20ServiceModifier and TypeMethodDescriptionServiceBuilder.build(DefaultApi20 api) ServiceBuilderOAuth20.build(DefaultApi20 api) -
Uses of OAuth20Service in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api that return OAuth20ServiceModifier and TypeMethodDescriptionDefaultApi20.createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) -
Uses of OAuth20Service in com.github.scribejava.core.oauth
Constructors in com.github.scribejava.core.oauth with parameters of type OAuth20Service