Uses of Class
play.libs.OAuth.ServiceInfo
-
Packages that use OAuth.ServiceInfo Package Description play.libs -
-
Uses of OAuth.ServiceInfo in play.libs
Fields in play.libs declared as OAuth.ServiceInfo Modifier and Type Field Description OAuth.ServiceInfo
WS.WSRequest. oauthInfo
Methods in play.libs with parameters of type OAuth.ServiceInfo Modifier and Type Method Description WS.WSRequest
WS.WSRequest. oauth(OAuth.ServiceInfo oauthInfo, java.lang.String token, java.lang.String secret)
Sign the request for do a call to a server protected by OAuthWS.WSRequest
WS.WSRequest. oauth(OAuth.ServiceInfo oauthInfo, OAuth.TokenPair oauthTokens)
Deprecated.static OAuth
OAuth. service(OAuth.ServiceInfo info)
Create an OAuth object for the service described in info
-