org.jboss.resteasy.auth.oauth
Interface OAuthConsumer


public interface OAuthConsumer

Represents an OAuth Consumer.

Author:
Stéphane Épardaud

Method Summary
 java.lang.String getKey()
          Returns the OAuth Consumer's key
 java.lang.String getSecret()
          Returns the OAuth Consumer's private secret.
 

Method Detail

getKey

java.lang.String getKey()
Returns the OAuth Consumer's key


getSecret

java.lang.String getSecret()
Returns the OAuth Consumer's private secret.



Copyright © 2009. All Rights Reserved.