| Package | Description |
|---|---|
| com.github.scribejava.core.builder | |
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
ServiceBuilder.signatureType(OAuth1SignatureType signatureType)
Deprecated.
override or change in Pull Request
DefaultApi10a.getSignatureType() |
| Modifier and Type | Method and Description |
|---|---|
OAuth1SignatureType |
DefaultApi10a.getSignatureType() |
static OAuth1SignatureType |
OAuth1SignatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth1SignatureType[] |
OAuth1SignatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth1SignatureType |
OAuthConfig.getSignatureType()
Deprecated.
override or change in Pull Request
DefaultApi10a.getSignatureType() |
| Constructor and Description |
|---|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
OAuth1SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient)
Deprecated.
use
OAuthConfig.OAuthConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String,
java.io.OutputStream, java.lang.String, java.lang.String, java.lang.String,
com.github.scribejava.core.httpclient.HttpClientConfig, com.github.scribejava.core.httpclient.HttpClient)
without OAuth1SignatureType param. to change OAuth1SignatureType override or change in Pull Request DefaultApi10a.getSignatureType() |
Copyright © 2017. All rights reserved.