public static class OAuth.OAuthCalculator extends java.lang.Object implements WSSignatureCalculator
Example: {{{ WS.url("http://example.com/protected").sign(OAuthCalculator(service, token)).get() }}}
Constructor and Description |
---|
OAuthCalculator(OAuth.ConsumerKey consumerKey,
OAuth.RequestToken token) |
Modifier and Type | Method and Description |
---|---|
play.shaded.ahc.org.asynchttpclient.oauth.OAuthSignatureCalculator |
getCalculator() |
public OAuthCalculator(OAuth.ConsumerKey consumerKey, OAuth.RequestToken token)