Liferay 6.2.0

com.liferay.portal.kernel.oauth
Interface OAuthResponse

All Known Implementing Classes:
OAuthResponseImpl

public interface OAuthResponse


Method Summary
abstract  String getBody()
           
abstract  int getStatus()
           
abstract  Object getWrappedOAuthResponse()
           
 

Method Detail

getBody

String getBody()

getStatus

int getStatus()

getWrappedOAuthResponse

Object getWrappedOAuthResponse()

Liferay 6.2.0