Class OAuth2Requester
java.lang.Object
com.jagrosh.jdautilities.oauth2.requests.OAuth2Requester
- Author:
- Kaidan Gustave
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final okhttp3.RequestBody
protected static final org.slf4j.Logger
protected static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
USER_AGENT
-
EMPTY_BODY
protected static final okhttp3.RequestBody EMPTY_BODY
-
-
Constructor Details
-
OAuth2Requester
public OAuth2Requester(okhttp3.OkHttpClient httpClient)
-