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