Package org.scribe.extractors
Interface RequestTokenExtractor
-
- All Known Implementing Classes:
TokenExtractorImpl
public interface RequestTokenExtractor
Simple command object that extracts aToken
from a String
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Token
extract(java.lang.String response)
Extracts the request token from the contents of an Http Response
-
-
-
Method Detail
-
extract
Token extract(java.lang.String response)
Extracts the request token from the contents of an Http Response- Parameters:
response
- the contents of the response- Returns:
- OAuth access token
-
-