| Package | Description |
|---|---|
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
TokenExtractor<OAuth1RequestToken> |
DefaultApi10a.getRequestTokenExtractor()
Returns the request token extractor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
DefaultApi10a.getAuthorizationUrl(OAuth1RequestToken requestToken)
Returns the URL where you should redirect your users to authenticate your application.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth1RequestToken |
OAuth1RequestTokenExtractor.createToken(String token,
String secret,
String response) |
| Modifier and Type | Method and Description |
|---|---|
OAuth1RequestToken |
OAuth10aService.getRequestToken()
Retrieve the request token.
|
| Modifier and Type | Method and Description |
|---|---|
Future<OAuth1RequestToken> |
OAuth10aService.getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback) |
| Modifier and Type | Method and Description |
|---|---|
OAuth1AccessToken |
OAuth10aService.getAccessToken(OAuth1RequestToken requestToken,
String oauthVerifier) |
Future<OAuth1AccessToken> |
OAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken,
String oauthVerifier,
OAuthAsyncRequestCallback<OAuth1AccessToken> callback)
Start the request to retrieve the access token.
|
String |
OAuth10aService.getAuthorizationUrl(OAuth1RequestToken requestToken)
Returns the URL where you should redirect your users to authenticate your
application.
|
protected void |
OAuth10aService.prepareAccessTokenRequest(AbstractRequest request,
OAuth1RequestToken requestToken,
String oauthVerifier) |
| Modifier and Type | Method and Description |
|---|---|
Future<OAuth1RequestToken> |
OAuth10aService.getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback) |
Copyright © 2016. All rights reserved.