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.ServiceInfoWS.WSRequest. oauthInfoMethods in play.libs with parameters of type OAuth.ServiceInfo Modifier and Type Method Description WS.WSRequestWS.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.WSRequestWS.WSRequest. oauth(OAuth.ServiceInfo oauthInfo, OAuth.TokenPair oauthTokens)Deprecated.static OAuthOAuth. service(OAuth.ServiceInfo info)Create an OAuth object for the service described in info
-