| Class | Description |
|---|---|
| OAuth | |
| OAuth.ConsumerKey |
A consumer key / consumer secret pair that the OAuth provider gave you, to identify your application.
|
| OAuth.OAuthCalculator |
A signature calculator for the Play WS API.
|
| OAuth.RequestToken |
A request token / token secret pair, to be used for a specific user.
|
| OAuth.ServiceInfo |
The information identifying a oauth provider: URLs and the consumer key / consumer secret pair.
|