| Package | Description |
|---|---|
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
Verb |
DefaultApi20.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to GET)
|
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.
|
| 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) |
Copyright © 2015. All rights reserved.