| Package | Description |
|---|---|
| com.github.scribejava.core.builder | |
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.model | |
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
<S extends OAuthService<?>> |
ServiceBuilder.build(BaseApi<S> api)
Returns the fully configured
S |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseApi<T extends OAuthService<?>> |
| Modifier and Type | Method and Description |
|---|---|
OAuthService<?> |
AbstractRequest.getService()
Deprecated.
Request doesn't couple with Service anymore. It doesn't need it. Look for service somewhere else
|
| Constructor and Description |
|---|
AbstractRequest(Verb verb,
String url,
OAuthService<?> service)
|
OAuthRequest(Verb verb,
String url,
OAuthService<?> service)
|
OAuthRequestAsync(Verb verb,
String url,
OAuthService<?> service)
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth10aService
OAuth 1.0a implementation of
OAuthService |
class |
OAuth20Service |
Copyright © 2016. All rights reserved.