Package org.scribe.extractors
Class TokenExtractor20Impl
java.lang.Object
org.scribe.extractors.TokenExtractor20Impl
- All Implemented Interfaces:
AccessTokenExtractor
Default implementation of . Conforms to OAuth 2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TokenExtractor20Impl
public TokenExtractor20Impl()
-
-
Method Details
-
extract
Extracts the access token from the contents of an Http Response- Specified by:
extractin interfaceAccessTokenExtractor- Parameters:
response- the contents of the response- Returns:
- OAuth access token
-