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(Response response)protected java.lang.StringgetVerificationUriParamName()static DeviceAuthorizationJsonExtractorinstance()Methods inherited from class com.github.scribejava.core.extractors.AbstractJsonExtractor
extractRequiredParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeviceAuthorizationJsonExtractor
protected DeviceAuthorizationJsonExtractor()
-
-
Method Details
-
instance
-
extract
- Throws:
java.io.IOException
-
generateError
- Throws:
java.io.IOException
-
getVerificationUriParamName
protected java.lang.String getVerificationUriParamName()
-