Class OAuth2Requester

java.lang.Object
com.jagrosh.jdautilities.oauth2.requests.OAuth2Requester

public class OAuth2Requester extends Object
Author:
Kaidan Gustave
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
    • USER_AGENT

      protected static final String USER_AGENT
    • EMPTY_BODY

      protected static final okhttp3.RequestBody EMPTY_BODY
  • Constructor Details

    • OAuth2Requester

      public OAuth2Requester(okhttp3.OkHttpClient httpClient)