org.apache.shindig.gadgets.oauth
Class BasicOAuthStoreConsumerKeyAndSecret
java.lang.Object
org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
public class BasicOAuthStoreConsumerKeyAndSecret
- extends Object
Data structure representing and OAuth consumer key and secret
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicOAuthStoreConsumerKeyAndSecret
public BasicOAuthStoreConsumerKeyAndSecret(String key,
String secret,
BasicOAuthStoreConsumerKeyAndSecret.KeyType type,
String name,
String callbackUrl)
getConsumerKey
public String getConsumerKey()
getConsumerSecret
public String getConsumerSecret()
getKeyType
public BasicOAuthStoreConsumerKeyAndSecret.KeyType getKeyType()
getKeyName
public String getKeyName()
getCallbackUrl
public String getCallbackUrl()
Copyright © 2007-2012. All Rights Reserved.