| Package | Description |
|---|---|
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
OAuth2AccessTokenJsonExtractor.extract(Response response) |
OAuth2AccessToken |
OAuth2AccessTokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
T |
TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
T |
AbstractOAuth1TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuthRequest.send()
Execute the request and return a
Response |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<Response> callback) |
| Modifier and Type | Method and Description |
|---|---|
T |
OAuthRequestAsync.ResponseConverter.convert(Response response) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<Response> callback) |
Copyright © 2016. All rights reserved.