<T> Future<T> |
OAuthService.executeAsync(Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
Future<OAuth1AccessToken> |
OAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken,
String oauthVerifier,
OAuthAsyncRequestCallback<OAuth1AccessToken> callback)
Start the request to retrieve the access token.
|
Future<OAuth2AccessToken> |
OAuth20Service.getAccessTokenAsync(String code,
OAuthAsyncRequestCallback<OAuth2AccessToken> callback)
Start the request to retrieve the access token.
|
Future<OAuth2AccessToken> |
OAuth20Service.getAccessTokenPasswordGrantAsync(String uname,
String password,
OAuthAsyncRequestCallback<OAuth2AccessToken> callback)
Request Access Token Password Grant async version
|
Future<OAuth1RequestToken> |
OAuth10aService.getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback) |
Future<OAuth2AccessToken> |
OAuth20Service.refreshAccessTokenAsync(String refreshToken,
OAuthAsyncRequestCallback<OAuth2AccessToken> callback) |
protected Future<OAuth2AccessToken> |
OAuth20Service.sendAccessTokenRequestAsync(OAuthRequestAsync request,
OAuthAsyncRequestCallback<OAuth2AccessToken> callback) |