public static class OAuthStore.ConsumerInfo extends Object
| Constructor and Description |
|---|
OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl) |
public OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl)
consumer - the OAuth consumerkeyName - the name of the key to use for this consumer (passed on query parameters to
help with key rotation.)callbackUrl - callback URL associated with this consumer, likely to point to the
shindig server.Copyright © 2007-2012. All Rights Reserved.