A
- The service provider's API typepublic interface OAuth1ServiceProvider<A> extends ServiceProvider<A>
Modifier and Type | Method and Description |
---|---|
A |
getApi(String accessToken,
String secret)
Returns an API interface allowing the client application to access protected resources on behalf of a user.
|
OAuth1Operations |
getOAuthOperations()
Get the service interface for carrying out the "OAuth dance" with this provider.
|
OAuth1Operations getOAuthOperations()
API binding
.