Class DeviceAuthorizationJsonExtractor

java.lang.Object
com.github.scribejava.core.extractors.AbstractJsonExtractor
com.github.scribejava.core.extractors.DeviceAuthorizationJsonExtractor

public class DeviceAuthorizationJsonExtractor
extends AbstractJsonExtractor
  • Constructor Details

    • DeviceAuthorizationJsonExtractor

      protected DeviceAuthorizationJsonExtractor()
  • Method Details

    • instance

      public static DeviceAuthorizationJsonExtractor instance()
    • extract

      public DeviceAuthorization extract​(Response response) throws java.io.IOException
      Throws:
      java.io.IOException
    • generateError

      @Deprecated public void generateError​(java.lang.String rawResponse) throws java.io.IOException
      Parameters:
      rawResponse - rawResponse
      Throws:
      java.io.IOException - IOException
    • generateError

      public void generateError​(Response response) throws java.io.IOException
      Throws:
      java.io.IOException
    • getVerificationUriParamName

      protected java.lang.String getVerificationUriParamName()