Package com.github.scribejava.core.model
Interface OAuthRequest.ResponseConverter<T>
-
- Enclosing class:
- OAuthRequest
public static interface OAuthRequest.ResponseConverter<T>
-
-
Method Detail
-
convert
T convert(Response response) throws IOException
- Throws:
IOException
-
-