public abstract class AbstractOAuth1JSONTokenExtractor<T extends OAuth1Token> extends Object implements TokenExtractor<T>
| Constructor and Description |
|---|
AbstractOAuth1JSONTokenExtractor() |
public T extract(Response response) throws IOException
TokenExtractorextract in interface TokenExtractor<T extends OAuth1Token>response - the whole responseIOException - in case of troubles while getting body from the responseCopyright © 2018. All rights reserved.