org.jboss.seam.social.oauth
Interface OAuthToken

All Superinterfaces:
Serializable
All Known Implementing Classes:
OAuthTokenScribe

public interface OAuthToken
extends Serializable

Implementation of this interface represents an OAuth Token

Author:
Antoine Sabot-Durand

Method Summary
 String getSecret()
           
 String getToken()
           
 

Method Detail

getToken

String getToken()
Returns:
api key of the OAuth application

getSecret

String getSecret()
Returns:
api secret of the OAuth application


Copyright © 2011 Seam Framework. All Rights Reserved.