| Package | Description |
|---|---|
| com.github.scribejava.core.model |
| 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 key,
String secret,
String callback,
SignatureType type,
String scope,
OutputStream stream,
Integer connectTimeout,
Integer readTimeout,
String grantType) |
OAuthConfigAsync(String key,
String secret,
String callback,
SignatureType type,
String scope,
String grantType,
OutputStream stream,
com.ning.http.client.AsyncHttpClientConfig asyncHttpClientConfig) |
Copyright © 2015. All rights reserved.