| Package | Description |
|---|---|
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.model | |
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
Verb |
DefaultApi20.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to POST)
|
Verb |
DefaultApi10a.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to POST)
|
Verb |
DefaultApi10a.getRequestTokenVerb()
Returns the verb for the request token endpoint (defaults to POST)
|
| Modifier and Type | Method and Description |
|---|---|
Verb |
AbstractRequest.getVerb() |
static Verb |
Verb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
Verb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
| Constructor and Description |
|---|
AbstractRequest(Verb verb,
String url,
OAuthService<?> service)
Default constructor.
|
OAuthRequest(Verb verb,
String url,
OAuthService<?> service) |
OAuthRequestAsync(Verb verb,
String url,
OAuthService<?> service) |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
OAuthService.executeAsync(Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
Copyright © 2016. All rights reserved.