Uses of Class
play.libs.OAuth.Response
-
Packages that use OAuth.Response Package Description play.libs -
-
Uses of OAuth.Response in play.libs
Methods in play.libs that return OAuth.Response Modifier and Type Method Description OAuth.ResponseOAuth. retrieveAccessToken(java.lang.String token, java.lang.String secret)Exchange a request token for an access token.OAuth.ResponseOAuth. retrieveAccessToken(OAuth.Response requestTokenResponse)Exchange a request token for an access token.OAuth.ResponseOAuth. retrieveRequestToken()Request the request token and secret.OAuth.ResponseOAuth. retrieveRequestToken(java.lang.String callbackURL)Request the request token and secret.Methods in play.libs with parameters of type OAuth.Response Modifier and Type Method Description OAuth.ResponseOAuth. retrieveAccessToken(OAuth.Response requestTokenResponse)Exchange a request token for an access token.
-