Package org.scribe.model
Class OAuthConfig
java.lang.Object
org.scribe.model.OAuthConfig
Parameter object that groups OAuth config values
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthConfig(String key, String secret) OAuthConfig(String key, String secret, String callback, SignatureType type, String scope, OutputStream stream) -
Method Summary
-
Constructor Details
-
OAuthConfig
-
OAuthConfig
public OAuthConfig(String key, String secret, String callback, SignatureType type, String scope, OutputStream stream)
-
-
Method Details
-
getApiKey
-
getApiSecret
-
getCallback
-
getSignatureType
-
getScope
-
hasScope
public boolean hasScope() -
log
-