Uses of Class
com.github.scribejava.core.oauth.OAuth20Service
-
Packages that use OAuth20Service Package Description com.github.scribejava.core.builder com.github.scribejava.core.builder.api com.github.scribejava.core.oauth -
-
Uses of OAuth20Service in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder that return OAuth20Service Modifier and Type Method Description OAuth20ServiceServiceBuilder. build(DefaultApi20 api)OAuth20ServiceServiceBuilderOAuth20. build(DefaultApi20 api) -
Uses of OAuth20Service in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api that return OAuth20Service Modifier and Type Method Description OAuth20ServiceDefaultApi20. 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 Constructor Description AuthorizationUrlBuilder(OAuth20Service oauth20Service)
-