oauthP5.oauth
Class OAuthConfig

java.lang.Object
  extended by oauthP5.oauth.OAuthConfig

public class OAuthConfig
extends Object

Parameter object that groups OAuth config values

Author:
Pablo Fernandez

Constructor Summary
OAuthConfig(String key, String secret)
           
OAuthConfig(String key, String secret, String callback, SignatureType type, String scope, OutputStream stream)
           
 
Method Summary
 String getApiKey()
           
 String getApiSecret()
           
 String getCallback()
           
 String getScope()
           
 SignatureType getSignatureType()
           
 boolean hasScope()
           
 void log(String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthConfig

public OAuthConfig(String key,
                   String secret)

OAuthConfig

public OAuthConfig(String key,
                   String secret,
                   String callback,
                   SignatureType type,
                   String scope,
                   OutputStream stream)
Method Detail

getApiKey

public String getApiKey()

getApiSecret

public String getApiSecret()

getCallback

public String getCallback()

getSignatureType

public SignatureType getSignatureType()

getScope

public String getScope()

hasScope

public boolean hasScope()

log

public void log(String message)


Processing library oauthP5 by New York Times R&D Lab. (c) 2012