Class OAuthService

java.lang.Object
org.eclipse.lyo.server.oauth.webapp.services.OAuthService

@Path("/oauth") public class OAuthService extends Object
Issues OAuth request tokens, handles authentication, and then exchanges request tokens for access tokens based on the OAuth configuration set in the OAuthConfiguration singleton.
Author:
Samuel Padgett
See Also: