|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- The service provider's API typepublic interface OAuth1ServiceProvider<A>
A ServiceProvider that uses the OAuth 1.0 protocol.
Method Summary | |
---|---|
A |
getApi(java.lang.String accessToken,
java.lang.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. |
Method Detail |
---|
OAuth1Operations getOAuthOperations()
API binding
.
A getApi(java.lang.String accessToken, java.lang.String secret)
accessToken
- the API access tokensecret
- the access token secret
|
Spring Social | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |