public class TokenExtractorImpl extends Object implements RequestTokenExtractor, AccessTokenExtractor
RequestTokenExtractor and AccessTokenExtractor. Conforms to OAuth 1.0a
The process for extracting access and request tokens is similar so this class can do both things.| Constructor and Description |
|---|
TokenExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
Token |
extract(String response)
Extracts the request token from the contents of an Http Response
|
public Token extract(String response)
extract in interface AccessTokenExtractorextract in interface RequestTokenExtractorresponse - the contents of the responseCopyright © 2015. All rights reserved.