Class DeviceAuthorizationJsonExtractor
java.lang.Object
com.github.scribejava.core.extractors.AbstractJsonExtractor
com.github.scribejava.core.extractors.DeviceAuthorizationJsonExtractor
public class DeviceAuthorizationJsonExtractor extends AbstractJsonExtractor
-
Field Summary
Fields inherited from class com.github.scribejava.core.extractors.AbstractJsonExtractor
OBJECT_MAPPER -
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceAuthorizationJsonExtractor() -
Method Summary
Modifier and Type Method Description DeviceAuthorizationextract(Response response)voidgenerateError(java.lang.String rawResponse)protected java.lang.StringgetVerificationUriParamName()static DeviceAuthorizationJsonExtractorinstance()Methods inherited from class com.github.scribejava.core.extractors.AbstractJsonExtractor
extractRequiredParameter
-
Constructor Details
-
DeviceAuthorizationJsonExtractor
protected DeviceAuthorizationJsonExtractor()
-
-
Method Details
-
instance
-
extract
- Throws:
java.io.IOException
-
generateError
public void generateError(java.lang.String rawResponse) throws java.io.IOException- Throws:
java.io.IOException
-
getVerificationUriParamName
protected java.lang.String getVerificationUriParamName()
-