Uses of Interface
com.github.scribejava.core.builder.api.BaseApi
-
Packages that use BaseApi Package Description com.github.scribejava.core.builder com.github.scribejava.core.builder.api -
-
Uses of BaseApi in com.github.scribejava.core.builder
Methods in com.github.scribejava.core.builder with parameters of type BaseApi Modifier and Type Method Description <S extends OAuthService>
SServiceBuilder. build(BaseApi<S> api) -
Uses of BaseApi in com.github.scribejava.core.builder.api
Classes in com.github.scribejava.core.builder.api that implement BaseApi Modifier and Type Class Description classDefaultApi10aDefault implementation of the OAuth protocol, version 1.0a This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.classDefaultApi20Default implementation of the OAuth protocol, version 2.0 This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.
-