Uses of Class
com.github.scribejava.core.oauth.OAuthService
-
Packages that use OAuthService Package Description com.github.scribejava.core.builder com.github.scribejava.core.builder.api com.github.scribejava.core.oauth -
-
Uses of OAuthService in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder with type parameters of type OAuthService Modifier and Type Method Description <S extends OAuthService>
SServiceBuilder. build(BaseApi<S> api)Returns the fully configuredOAuthService -
Uses of OAuthService in com.github.scribejava.core.builder.api
Classes in com.github.scribejava.core.builder.api with type parameters of type OAuthService Modifier and Type Interface Description interfaceBaseApi<T extends OAuthService> -
Uses of OAuthService in com.github.scribejava.core.oauth
Subclasses of OAuthService in com.github.scribejava.core.oauth Modifier and Type Class Description classOAuth10aServiceOAuth 1.0a implementation ofOAuthServiceclassOAuth20Service
-