Package org.scribe.extractors
Interface AccessTokenExtractor
-
- All Known Implementing Classes:
JsonTokenExtractor,TokenExtractor20Impl,TokenExtractorImpl
public interface AccessTokenExtractorSimple command object that extracts aTokenfrom a String
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokenextract(String response)Extracts the access token from the contents of an Http Response
-