Class GoogleDeviceAuthorizationJsonExtractor
java.lang.Object
com.github.scribejava.core.extractors.AbstractJsonExtractor
com.github.scribejava.core.extractors.DeviceAuthorizationJsonExtractor
com.github.scribejava.apis.google.GoogleDeviceAuthorizationJsonExtractor
public class GoogleDeviceAuthorizationJsonExtractor extends DeviceAuthorizationJsonExtractor
-
Field Summary
Fields inherited from class com.github.scribejava.core.extractors.AbstractJsonExtractor
OBJECT_MAPPER
-
Constructor Summary
Constructors Modifier Constructor Description protected
GoogleDeviceAuthorizationJsonExtractor()
-
Method Summary
Modifier and Type Method Description protected java.lang.String
getVerificationUriParamName()
static GoogleDeviceAuthorizationJsonExtractor
instance()
Methods inherited from class com.github.scribejava.core.extractors.DeviceAuthorizationJsonExtractor
extract, generateError, generateError
Methods inherited from class com.github.scribejava.core.extractors.AbstractJsonExtractor
extractRequiredParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GoogleDeviceAuthorizationJsonExtractor
protected GoogleDeviceAuthorizationJsonExtractor()
-
-
Method Details
-
instance
-
getVerificationUriParamName
protected java.lang.String getVerificationUriParamName()- Overrides:
getVerificationUriParamName
in classDeviceAuthorizationJsonExtractor
-