Interface OAuthRequest.ResponseConverter<T>

  • Enclosing class:
    OAuthRequest

    public static interface OAuthRequest.ResponseConverter<T>
    • Method Detail

      • convert

        T convert​(Response response)
           throws java.io.IOException
        Throws:
        java.io.IOException