| Package | Description |
|---|---|
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequestAsync request,
OAuthAsyncRequestCallback<Response> callback) |
<T> Future<T> |
OAuthService.execute(OAuthRequestAsync request,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
protected Future<OAuth2AccessToken> |
OAuth20Service.sendAccessTokenRequestAsync(OAuthRequestAsync request,
OAuthAsyncRequestCallback<OAuth2AccessToken> callback) |
Copyright © 2016. All rights reserved.