| Package | Description |
|---|---|
| com.github.scribejava.core.builder | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
ServiceBuilder.signatureType(SignatureType signatureType)
Configures the signature type, choose between header, querystring, etc.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureType |
OAuthConfig.getSignatureType() |
static SignatureType |
SignatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureType[] |
SignatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
Integer connectTimeout,
Integer readTimeout,
HttpClient.Config httpClientConfig,
HttpClient httpClient) |
Copyright © 2016. All rights reserved.