public class OAuthConfig extends Object
Constructor and Description |
---|
OAuthConfig(String key,
String secret) |
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
String |
getApiSecret() |
String |
getCallback() |
Integer |
getConnectTimeout()
Deprecated.
|
HttpClient |
getHttpClient() |
HttpClientConfig |
getHttpClientConfig() |
Integer |
getReadTimeout()
Deprecated.
|
String |
getResponseType() |
String |
getScope() |
SignatureType |
getSignatureType() |
String |
getState() |
String |
getUserAgent() |
void |
log(String message) |
public OAuthConfig(String apiKey, String apiSecret, String callback, SignatureType signatureType, String scope, OutputStream debugStream, String state, String responseType, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)
public String getApiKey()
public String getApiSecret()
public String getCallback()
public SignatureType getSignatureType()
public String getScope()
public String getState()
public String getResponseType()
public String getUserAgent()
public void log(String message)
@Deprecated public Integer getConnectTimeout()
JDKHttpClientConfig
@Deprecated public Integer getReadTimeout()
JDKHttpClientConfig
public HttpClientConfig getHttpClientConfig()
public HttpClient getHttpClient()
Copyright © 2017. All rights reserved.