Package org.scribe.extractors
Interface RequestTokenExtractor
-
- All Known Implementing Classes:
TokenExtractorImpl
public interface RequestTokenExtractorSimple 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 request token from the contents of an Http Response
-