public class OAuthConfig extends Object
Constructor and Description |
---|
OAuthConfig(String key,
String secret) |
OAuthConfig(String apiKey,
String apiSecret,
String callback,
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() |
HttpClient |
getHttpClient() |
HttpClientConfig |
getHttpClientConfig() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
String |
getUserAgent() |
void |
log(String message) |
public OAuthConfig(String apiKey, String apiSecret, String callback, String scope, OutputStream debugStream, String state, String responseType, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)
public String getApiKey()
public String getApiSecret()
public String getCallback()
public String getScope()
public String getState()
public String getResponseType()
public String getUserAgent()
public void log(String message)
public HttpClientConfig getHttpClientConfig()
public HttpClient getHttpClient()
Copyright © 2018. All rights reserved.