A consumer key / consumer secret pair that the OAuth provider gave you, to identify your application.
Library to access resources protected by OAuth 1.0a.
Library to access resources protected by OAuth 1.0a.
the service information, including the required URLs and the application id and secret
whether the service should use the 1.0 version of the spec, or the 1.0a version fixing a security issue. You must use the version corresponding to the
A signature calculator for the Play WS API.
A signature calculator for the Play WS API.
Example:
WS.url("http://example.com/protected").sign(OAuthCalculator(service, tokens)).get()
A request token / token secret pair, to be used for a specific user.
The information identifying a oauth provider: URLs and the consumer key / consumer secret pair.
OAuth integration helpers.