public class OAuth1AccessTokenJSONExtractor extends AbstractOAuth1JSONTokenExtractor<OAuth1AccessToken>
| Modifier | Constructor and Description |
|---|---|
protected |
OAuth1AccessTokenJSONExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected OAuth1AccessToken |
createToken(String token,
String secret,
String response) |
static OAuth1AccessTokenJSONExtractor |
instance() |
extractprotected OAuth1AccessToken createToken(String token, String secret, String response)
createToken in class AbstractOAuth1JSONTokenExtractor<OAuth1AccessToken>public static OAuth1AccessTokenJSONExtractor instance()
Copyright © 2018. All rights reserved.